Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-12-21 10:10:34 +01:00
parent c50d7489e3
commit 502bc400b6
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 10 additions and 45 deletions

View file

@ -57,12 +57,12 @@
inputs;
nix.nixPath = [ "/etc/channels" ];
})
({ config._module.args = { nixosConfigurations = self.nixosConfigurations; }; })
accentor.nixosModule
agenix.nixosModules.age
home-manager.nixosModules.home-manager
./modules
];
extraArgs = { nixosConfigurations = self.nixosConfigurations; };
};
hosts = {
kharbranth.modules = [ ./machines/kharbranth ];