Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-11-12 09:52:52 +01:00
parent ec4addd8de
commit a144480acd
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 13 additions and 18 deletions

View file

@ -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