feat: add overlay and pkg boilerplate
This commit is contained in:
parent
972f88e05d
commit
3f729b6952
2 changed files with 8 additions and 0 deletions
5
overlays/default.nix
Normal file
5
overlays/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
additions = final: _prev: import ../pkgs { pkgs = final; };
|
||||
modifications = final: prev: {
|
||||
};
|
||||
}
|
3
pkgs/default.nix
Normal file
3
pkgs/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ pkgs ? (import ../nixpkgs.nix) { } }: {
|
||||
|
||||
}
|
Loading…
Reference in a new issue