From 6fba594625e20d314447e8246913abb60f4e4aeb Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 15 Oct 2023 17:55:04 -0600 Subject: [PATCH] Target nixpkgs 23.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index b677064..f3a86dd 100644 --- a/flake.lock +++ b/flake.lock @@ -185,16 +185,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1691888369, - "narHash": "sha256-fBS5YOyiziv7tmR+yCJHr1Tm15Ve4PO1syyJwE9Xnuc=", + "lastModified": 1695825837, + "narHash": "sha256-4Ne11kNRnQsmSJCRSSNkFRSnHC4Y5gPDBIQGjjPfJiU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a4d0fe7270cc03eeb1aba4e8b343fe47bfd7c4d5", + "rev": "5cfafa12d57374f48bcc36fda3274ada276cf69e", "type": "github" }, "original": { "owner": "NixOS", - "ref": "master", + "ref": "nixos-23.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 9c111d5..19b7a03 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/master"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; flake-utils.url = "github:numtide/flake-utils";