diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ | |||
8 | repo = "nixpkgs"; | 8 | repo = "nixpkgs"; |
9 | ref = "master"; | 9 | ref = "master"; |
10 | }; | 10 | }; |
11 | nixpkgs-stable = { | ||
12 | type = "github"; | ||
13 | owner = "NixOS"; | ||
14 | repo = "nixpkgs"; | ||
15 | ref = "22.11"; | ||
16 | }; | ||
11 | home-manager = { | 17 | home-manager = { |
12 | type = "github"; | 18 | type = "github"; |
13 | owner = "nix-community"; | 19 | owner = "nix-community"; |