initial separation from system flake repo
This commit is contained in:
commit
214f035438
14 changed files with 1505 additions and 0 deletions
6
default.nix
Normal file
6
default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
final: prev:
|
||||
import ./pkgs {
|
||||
pkgs = final;
|
||||
prev = prev;
|
||||
lib = prev.lib;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue