Update dependencies
This commit is contained in:
parent
ec4addd8de
commit
a144480acd
3 changed files with 13 additions and 18 deletions
|
@ -99,11 +99,6 @@ in
|
|||
};
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.chvp.base.nix.unfreePackages;
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
nix = super.nix_2_4;
|
||||
})
|
||||
];
|
||||
|
||||
home-manager.users.charlotte = { ... }:
|
||||
lib.recursiveUpdate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue