summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 7cbc77ff..faec0504 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 = "nixpkgs-unstable"; 18 ref = "nixos-unstable";
19 }; 19 };
20 nixpkgs-stable = { 20 nixpkgs-stable = {
21 type = "github"; 21 type = "github";