Build Dnsmasq with nix-snapshotter
This commit is contained in:
parent
782b2e1c45
commit
ab3a068066
9 changed files with 165 additions and 58 deletions
|
@ -21,8 +21,8 @@ flake-utils.lib.eachDefaultSystem
|
|||
inherit (self) globals;
|
||||
|
||||
utils = import ./utils.nix {
|
||||
inherit pkgs;
|
||||
inherit (inputs) nixpkgs nixng;
|
||||
inherit pkgs self;
|
||||
inherit (inputs) nixpkgs nixng nix-snapshotter;
|
||||
inherit (self) globals;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue