Update github username
This commit is contained in:
parent
b5ee907e15
commit
6be1a4c34f
2 changed files with 6 additions and 6 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -40,13 +40,13 @@
|
|||
"locked": {
|
||||
"lastModified": 1614124241,
|
||||
"narHash": "sha256-Fk3YFSMGd+94sqqm9thP/28ZTzntuTwDXo+eLfa8Rj4=",
|
||||
"owner": "charvp",
|
||||
"owner": "chvp",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "931efba68e1225677059cd99aeb55f0db49baf1c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "charvp",
|
||||
"owner": "chvp",
|
||||
"ref": "master",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
|
@ -56,13 +56,13 @@
|
|||
"locked": {
|
||||
"lastModified": 1614186703,
|
||||
"narHash": "sha256-eVWRScBdmsdgMv6UHrntBxAxKylXBYzzeFahf9RFEuE=",
|
||||
"owner": "charvp",
|
||||
"owner": "chvp",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "e9f0809cc1c48707f4a95a845bcb0e98d98ede36",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "charvp",
|
||||
"owner": "chvp",
|
||||
"ref": "0ad0.24",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
|
|
|
@ -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 }:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue