summaryrefslogtreecommitdiffstats
path: root/templates/desktop/flake.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-08-17 18:05:10 +0200
committerMinijackson <minijackson@riseup.net>2021-08-17 18:05:32 +0200
commit130834e00e5ecb0ef0aeccfa8b7b2901fd9c6674 (patch)
tree087242e748394cce8d2307b3ad7bfcc230bd7eda /templates/desktop/flake.nix
parentf53dd3e74f2630ca851c5701c4695b01e6e6baf0 (diff)
downloadnixos-config-reborn-130834e00e5ecb0ef0aeccfa8b7b2901fd9c6674.tar.gz
nixos-config-reborn-130834e00e5ecb0ef0aeccfa8b7b2901fd9c6674.zip
templates/desktop: use nixos-unstable branch for unstable pkgs
Diffstat (limited to 'templates/desktop/flake.nix')
-rw-r--r--templates/desktop/flake.nix2
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 = {