Update dependencies

This commit is contained in:
Charlotte Van Petegem 2020-09-25 19:10:13 +02:00
parent f3e8f0bb05
commit f68e33f942
2 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
inputs = {
nixpkgs = { url = "github:charvp/nixpkgs/master"; };
home-manager = {
url = "github:rycee/home-manager";
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils = { url = "github:numtide/flake-utils/master"; };