about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index ea120eac..52bcd098 100644
--- a/flake.lock
+++ b/flake.lock
@@ -288,16 +288,16 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1684935479,
-        "narHash": "sha256-6QMMsXMr2nhmOPHdti2j3KRHt+bai2zw+LJfdCl97Mk=",
+        "lastModified": 1685057711,
+        "narHash": "sha256-MWKiIvx7Q9HATFCzSLfL4S3yvA6oV2pz+yRJEFvPTkw=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "f91ee3065de91a3531329a674a45ddcb3467a650",
+        "rev": "a0135679f44ac38551b89e800eadf93360319efc",
         "type": "github"
       },
       "original": {
         "owner": "NixOS",
-        "ref": "nixos-unstable",
+        "ref": "release-23.05",
         "repo": "nixpkgs",
         "type": "github"
       }
diff --git a/flake.nix b/flake.nix
index 99ff50d1..8cf16d41 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,7 +4,7 @@
 
   inputs = {
     # base
-    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
+    nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
 
     # inputs for following
     systems = {