Update dependencies

This commit is contained in:
Charlotte Van Petegem 2020-12-24 10:41:48 +01:00
parent 6134c6e1e6
commit 8c34956096
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 8 additions and 27 deletions

View file

@ -7,7 +7,7 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:charvp/nixpkgs/master";
};
outputs = { self, nixpkgs, home-manager, flake-utils }: