Update github username

This commit is contained in:
Charlotte Van Petegem 2021-02-24 18:42:14 +01:00
parent b5ee907e15
commit 6be1a4c34f
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 6 additions and 6 deletions

View file

@ -7,8 +7,8 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:charvp/nixpkgs/master";
nixpkgsFor0AD.url = "github:charvp/nixpkgs/0ad0.24";
nixpkgs.url = "github:chvp/nixpkgs/master";
nixpkgsFor0AD.url = "github:chvp/nixpkgs/0ad0.24";
};
outputs = { self, nixpkgs, nixpkgsFor0AD, home-manager, flake-utils }: