From 7166fe436b019364eadbb99cd07c143ef906189d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 11 Jul 2023 14:40:15 -0700 Subject: [PATCH] update to nix 23.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- templates/init/flake.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 006ebbc..1873bfa 100644 --- a/flake.lock +++ b/flake.lock @@ -33,16 +33,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1661151577, - "narHash": "sha256-++S0TuJtuz9IpqP8rKktWyHZKpgdyrzDFUXVY07MTRI=", + "lastModified": 1689088367, + "narHash": "sha256-Y2tl2TlKCWEHrOeM9ivjCLlRAKH3qoPUE/emhZECU14=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "54060e816971276da05970a983487a25810c38a7", + "rev": "5c9ddb86679c400d6b7360797b8a22167c2053f8", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixpkgs-unstable", + "ref": "release-23.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 2f74128..08e1162 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Zig compiler binaries."; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/release-23.05"; flake-utils.url = "github:numtide/flake-utils"; # Used for shell.nix diff --git a/templates/init/flake.nix b/templates/init/flake.nix index 30cc48b..d7a002d 100644 --- a/templates/init/flake.nix +++ b/templates/init/flake.nix @@ -2,7 +2,7 @@ description = "An empty project that uses Zig."; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/release-22.05"; + nixpkgs.url = "github:nixos/nixpkgs/release-23.05"; flake-utils.url = "github:numtide/flake-utils"; zig.url = "github:mitchellh/zig-overlay";