From 466b5e4950d32059555ca3bf910b511999f99d91 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 29 Nov 2022 17:56:25 -0800 Subject: build: pine nixpkgs to release-22.05 --- flake.lock | 7 ++++--- 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"; }; -- cgit 1.4.1