This commit is contained in:
Emelie 2021-09-22 10:16:11 +02:00
commit b14a690975
Signed by: emelie
GPG key ID: 49D33365A7E22D12
18 changed files with 707 additions and 0 deletions

View file

@ -0,0 +1,11 @@
let
sources = import ./nix/sources.nix;
# just use standard pkgs from sources
# so that we have our applyPattches function
pkgs = import sources.nixpkgs {};
in {
nixus = sources.nixus;
} // sources