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

@ -41,7 +41,12 @@
};
nixng = {
url = "github:pizzapim/NixNG/radicale";
url = "github:pizzapim/NixNG/specialargs";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-snapshotter = {
url = "github:pdtpartners/nix-snapshotter";
inputs.nixpkgs.follows = "nixpkgs";
};
};
@ -53,5 +58,6 @@
./globals.nix
./formatter.nix
./shell.nix
./nixng-configurations
];
}