diff options
author | Soispha <soispha@vhack.eu> | 2023-06-05 20:50:25 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-06-05 20:50:25 +0200 |
commit | ea9d3607d5c01ba223432c3c517ce112081002e9 (patch) | |
tree | caaca63c41018670a926d52814d5cab91107742d /flake.nix | |
parent | chore(version): v1.7.1 (diff) | |
download | nixos-config-ea9d3607d5c01ba223432c3c517ce112081002e9.tar.gz nixos-config-ea9d3607d5c01ba223432c3c517ce112081002e9.zip |
Fix(flake): Return to unstable
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
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 = { |