Build Dnsmasq with nix-snapshotter

This commit is contained in:
Pim Kunis 2024-12-19 20:34:55 +01:00
parent 782b2e1c45
commit ab3a068066
9 changed files with 165 additions and 58 deletions

View file

@ -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;
};
};