Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-06-10 21:34:37 +02:00
parent b3931d9046
commit 1f79257d92
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 13 additions and 8 deletions

View file

@ -82,7 +82,12 @@ in
};
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.chvp.nix.unfreePackages;
nixpkgs.overlays = [ (self: super: { nix = super.nixUnstable; }) ];
nixpkgs.overlays = [
(self: super: {
nix = super.nixUnstable;
nix-direnv = super.nix-direnv.override { enableFlakes = true; };
})
];
home-manager.users.charlotte = { ... }:
lib.recursiveUpdate