Pin patched nixpkgs to always allow offline rebuilding
This commit is contained in:
parent
8c5a56cbfb
commit
46aedc1b24
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue