about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-05 20:50:25 +0200
committerSoispha <soispha@vhack.eu>2023-06-05 20:50:25 +0200
commitea9d3607d5c01ba223432c3c517ce112081002e9 (patch)
treecaaca63c41018670a926d52814d5cab91107742d /flake.nix
parentchore(version): v1.7.1 (diff)
downloadnixos-config-ea9d3607d5c01ba223432c3c517ce112081002e9.tar.gz
nixos-config-ea9d3607d5c01ba223432c3c517ce112081002e9.zip
Fix(flake): Return to unstable
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 a75446f5..35e47226 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,7 +4,7 @@
 
   inputs = {
     # base
-    nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
+    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
 
     # inputs for following
     systems = {