Refactoring
This commit is contained in:
parent
fb335d75b3
commit
64fcff10aa
4 changed files with 60 additions and 23 deletions
12
overlays/default.nix
Normal file
12
overlays/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{inputs, ...}: {
|
||||
# This one brings our custom packages from the `pkgs` directory
|
||||
additions = final: _prev: import ../pkgs final.pkgs;
|
||||
|
||||
# Any custom modifications
|
||||
# https://nixos.wiki/wiki/Overlays
|
||||
modifications = final: prev: {
|
||||
# example = prev.example.overrideAttrs (oldAttrs: rec {
|
||||
# ...
|
||||
# });
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue