about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-26 08:52:49 +0200
committerSoispha <soispha@vhack.eu>2023-05-26 08:52:49 +0200
commit8428847def3bfe9579fd76ad9480f18687621e2d (patch)
tree1d71c215c5dac9057a6b7cbde1a53b6682166f67
parentFix(host/marduk): Override the iso name, to avoid a merge conflict (diff)
downloadnixos-config-8428847def3bfe9579fd76ad9480f18687621e2d.zip
Fix(flake): Stay on 23.05 until all dependencies have been updated
-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 = {