diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 7 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -17,15 +17,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1667834593, - "narHash": "sha256-GPFCFaYJ8vbf44a+nU7wLdcrzf7kwZzFYC8iDXRbKCk=", + "lastModified": 1669764884, + "narHash": "sha256-1qWR/5+WtqxSedrFbUbM3zPMO7Ec2CGWaxtK4z4DdvY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f9fcccaaf024f186569539f0b8b8fab725933a26", + "rev": "0244e143dc943bcf661fdaf581f01eb0f5000fcf", "type": "github" }, "original": { "owner": "nixos", + "ref": "release-22.05", "repo": "nixpkgs", "type": "github" } @@ -2,7 +2,7 @@ description = "Franck Cuny's personal website."; inputs = { - nixpkgs.url = "github:nixos/nixpkgs"; + nixpkgs.url = "github:nixos/nixpkgs/release-22.05"; flake-utils.url = "github:numtide/flake-utils"; }; |
