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": {
|
"locked": {
|
||||||
"lastModified": 1614124241,
|
"lastModified": 1614124241,
|
||||||
"narHash": "sha256-Fk3YFSMGd+94sqqm9thP/28ZTzntuTwDXo+eLfa8Rj4=",
|
"narHash": "sha256-Fk3YFSMGd+94sqqm9thP/28ZTzntuTwDXo+eLfa8Rj4=",
|
||||||
"owner": "charvp",
|
"owner": "chvp",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "931efba68e1225677059cd99aeb55f0db49baf1c",
|
"rev": "931efba68e1225677059cd99aeb55f0db49baf1c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "charvp",
|
"owner": "chvp",
|
||||||
"ref": "master",
|
"ref": "master",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
|
@ -56,13 +56,13 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1614186703,
|
"lastModified": 1614186703,
|
||||||
"narHash": "sha256-eVWRScBdmsdgMv6UHrntBxAxKylXBYzzeFahf9RFEuE=",
|
"narHash": "sha256-eVWRScBdmsdgMv6UHrntBxAxKylXBYzzeFahf9RFEuE=",
|
||||||
"owner": "charvp",
|
"owner": "chvp",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e9f0809cc1c48707f4a95a845bcb0e98d98ede36",
|
"rev": "e9f0809cc1c48707f4a95a845bcb0e98d98ede36",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "charvp",
|
"owner": "chvp",
|
||||||
"ref": "0ad0.24",
|
"ref": "0ad0.24",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixpkgs.url = "github:charvp/nixpkgs/master";
|
nixpkgs.url = "github:chvp/nixpkgs/master";
|
||||||
nixpkgsFor0AD.url = "github:charvp/nixpkgs/0ad0.24";
|
nixpkgsFor0AD.url = "github:chvp/nixpkgs/0ad0.24";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, nixpkgsFor0AD, home-manager, flake-utils }:
|
outputs = { self, nixpkgs, nixpkgsFor0AD, home-manager, flake-utils }:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue