summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 942404e2..7cbc77ff 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
15 type = "github"; 15 type = "github";
16 owner = "NixOS"; 16 owner = "NixOS";
17 repo = "nixpkgs"; 17 repo = "nixpkgs";
18 ref = "master"; 18 ref = "nixpkgs-unstable";
19 }; 19 };
20 nixpkgs-stable = { 20 nixpkgs-stable = {
21 type = "github"; 21 type = "github";