fix regression by switching to a fork temporarily
This commit is contained in:
parent
e7e4a1b7e5
commit
b1526d4b8a
2 changed files with 9 additions and 6 deletions
11
flake.lock
11
flake.lock
|
@ -396,15 +396,16 @@
|
|||
},
|
||||
"nixpkgs_5": {
|
||||
"locked": {
|
||||
"lastModified": 1651918290,
|
||||
"narHash": "sha256-SeWtiVW1/EiXJAez30pKCT1CMyzVkLnKKmJyYZpUuuo=",
|
||||
"owner": "NixOS",
|
||||
"lastModified": 1651921540,
|
||||
"narHash": "sha256-1IPY+MDPWQ65mWN3mXf7jiWrCX1HVMjKrx7emT4+2Zw=",
|
||||
"owner": "DarkKirb",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "65401d1b9fcc6f327b1c6b661fe99bb81b024b0b",
|
||||
"rev": "22898dff8cdc8e9f457a1d97bd6c5dc274a2a0a2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"owner": "DarkKirb",
|
||||
"ref": "fix-typo-171879",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,9 @@ rec {
|
|||
|
||||
# Use NixOS unstable
|
||||
inputs = {
|
||||
nixpkgs.url = github:NixOS/nixpkgs;
|
||||
#nixpkgs.url = github:NixOS/nixpkgs;
|
||||
# Fix regression
|
||||
nixpkgs.url = github:DarkKirb/nixpkgs/fix-typo-171879;
|
||||
flake-utils.url = github:numtide/flake-utils;
|
||||
home-manager.url = "github:andresilva/home-manager/fix-systemd-services";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
Loading…
Reference in a new issue