diff options
author | Franck Cuny <franck@fcuny.net> | 2022-11-29 17:56:25 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-11-29 17:56:25 -0800 |
commit | 466b5e4950d32059555ca3bf910b511999f99d91 (patch) | |
tree | 7087e996f19c6d098977efd0bfe4db5700504833 | |
parent | ci: something is not working correctly (diff) | |
download | fcuny.net-466b5e4950d32059555ca3bf910b511999f99d91.tar.gz |
build: pine nixpkgs to release-22.05
-rw-r--r-- | flake.lock | 7 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock index 39de290..3a69b67 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index b9a6b62..308ba1a 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; |