Pin patched nixpkgs to always allow offline rebuilding

This commit is contained in:
Charlotte Van Petegem 2023-04-18 18:45:09 +02:00
parent 8c5a56cbfb
commit 46aedc1b24
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -108,7 +108,10 @@
}; };
hostDefaults = { hostDefaults = {
modules = [ modules = [
{ nix.generateRegistryFromInputs = true; } ({ channel, ... }: {
nix.generateRegistryFromInputs = true;
environment.etc."nixpkgs".source = channel.path;
})
accentor.nixosModules.default accentor.nixosModules.default
agenix.nixosModules.age agenix.nixosModules.age
home-manager.nixosModule home-manager.nixosModule