feat: add overlay and pkg boilerplate

This commit is contained in:
notohh 2023-01-31 12:06:21 -05:00
parent 972f88e05d
commit 3f729b6952
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 8 additions and 0 deletions

5
overlays/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
additions = final: _prev: import ../pkgs { pkgs = final; };
modifications = final: prev: {
};
}

3
pkgs/default.nix Normal file
View file

@ -0,0 +1,3 @@
{ pkgs ? (import ../nixpkgs.nix) { } }: {
}