fix nix version

This commit is contained in:
Charlotte 🦝 Delenk 2022-09-17 20:17:32 +01:00
parent 1d9cea8b0c
commit 3a87d1dc7e
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 7 additions and 7 deletions

View file

@ -706,16 +706,16 @@
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1662728070,
"narHash": "sha256-PZE+ALZoBrNKaTzbRmOlQizIQNLvJaiEhAdNO0xpz88=",
"owner": "edolstra",
"lastModified": 1657886512,
"narHash": "sha256-B9EyDUz/9tlcWwf24lwxCFmkxuPTVW7HFYvp0C4xGbc=",
"owner": "NixOS",
"repo": "nix",
"rev": "1bcfd7b166c7d512cd506cca98a62695ad825d13",
"rev": "0b62dab6db3da5b20e62697b14aaaf80f1a2eea6",
"type": "github"
},
"original": {
"owner": "edolstra",
"ref": "hydra-temp",
"owner": "NixOS",
"ref": "2.10.3",
"repo": "nix",
"type": "github"
}

View file

@ -5,7 +5,7 @@ rec {
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
nix-hotfix.url = "github:edolstra/nix/hydra-temp";
nix-hotfix.url = "github:NixOS/nix/2.10.3";
home-manager.url = "github:andresilva/home-manager/fix-systemd-services";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix";