From d9f3cae6542d08735896241190b91f79f98d6949 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 11 Oct 2023 19:21:04 +0100 Subject: [PATCH] build(flake): switch to 23.05 stable --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index a7edee7..64d3fbd 100644 --- a/flake.lock +++ b/flake.lock @@ -87,16 +87,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1683286087, - "narHash": "sha256-xseOd7W7xwF5GOF2RW8qhjmVGrKoBz+caBlreaNzoeI=", + "lastModified": 1696697597, + "narHash": "sha256-q26Qv4DQ+h6IeozF2o1secyQG0jt2VUT3V0K58jr3pg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3e313808bd2e0a0669430787fb22e43b2f4bf8bf", + "rev": "5a237aecb57296f67276ac9ab296a41c23981f56", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "nixos-23.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 4e76661..430933d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs.devshell.url = "github:numtide/devshell"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; outputs = inputs@{ flake-parts, ... }: flake-parts.lib.mkFlake { inherit inputs; } {