about summary refs log tree commit diff stats
path: root/flake.nix
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 /flake.nix
parentFix(host/marduk): Override the iso name, to avoid a merge conflict (diff)
downloadnixos-config-8428847def3bfe9579fd76ad9480f18687621e2d.tar.gz
nixos-config-8428847def3bfe9579fd76ad9480f18687621e2d.zip
Fix(flake): Stay on 23.05 until all dependencies have been updated
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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 = {