diff options
Diffstat (limited to 'templates/desktop/flake.nix')
-rw-r--r-- | templates/desktop/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/desktop/flake.nix b/templates/desktop/flake.nix index e0b2e40..5295304 100644 --- a/templates/desktop/flake.nix +++ b/templates/desktop/flake.nix | |||
@@ -2,7 +2,7 @@ | |||
2 | description = "Flake for the myHostname host"; | 2 | description = "Flake for the myHostname host"; |
3 | 3 | ||
4 | inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05"; | 4 | inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05"; |
5 | inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs"; | 5 | inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; |
6 | inputs.nixos-config-reborn = { | 6 | inputs.nixos-config-reborn = { |
7 | url = "git+https://git.huh.gdn/NixOS/nixos-config-reborn"; | 7 | url = "git+https://git.huh.gdn/NixOS/nixos-config-reborn"; |
8 | inputs = { | 8 | inputs = { |