From 130834e00e5ecb0ef0aeccfa8b7b2901fd9c6674 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 17 Aug 2021 18:05:10 +0200 Subject: templates/desktop: use nixos-unstable branch for unstable pkgs --- templates/desktop/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ description = "Flake for the myHostname host"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05"; - inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs"; + inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; inputs.nixos-config-reborn = { url = "git+https://git.huh.gdn/NixOS/nixos-config-reborn"; inputs = { -- cgit v1.2.3