diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-29 19:32:54 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-29 19:32:54 +0100 |
| commit | 123e5006db0a318f7d47a73ecb8ea9c7f58d6536 (patch) | |
| tree | aedfd57b806515e1aa2d7c1ddfaf365329047b49 /flake.nix | |
| parent | 1ea789d49e44c4bdbe7f02bfbfc81db2b0725614 (diff) | |
| download | nixos-123e5006db0a318f7d47a73ecb8ea9c7f58d6536.tar nixos-123e5006db0a318f7d47a73ecb8ea9c7f58d6536.tar.gz nixos-123e5006db0a318f7d47a73ecb8ea9c7f58d6536.tar.bz2 nixos-123e5006db0a318f7d47a73ecb8ea9c7f58d6536.tar.xz nixos-123e5006db0a318f7d47a73ecb8ea9c7f58d6536.zip | |
bump
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"; |
