Skip to content

Example Nix overlay that patches and adds mods to Cataclysm: Dark Days Ahead

License

Notifications You must be signed in to change notification settings

starlightsys/CDDA-modding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example overlay for cataclysm-dda that patches the game, adds the one predefined mod and adds a custom mod.

Working as of nixpkgs rev 693bc46.

Test build

./build.sh

NixOS flake

To include it in your flake, copy overlays/ into your flake folder and call the package like this:

overlays = [
  (final: prev: {
    cataclysm-dda = prev.callPackage ./overlays/cataclysm-dda {};
  })
];

Note that the desktop item is probably going to point to the wrong executable, so I'd suggest copying or declaring ~/.local/share/applications/org.cataclysmdda.CataclysmDDA.desktop with just cataclysm-tiles in the Exec= field.

About

Example Nix overlay that patches and adds mods to Cataclysm: Dark Days Ahead

Topics

Resources

License

Stars

Watchers

Forks