From dc173394a978d7a2c2de8c2a8378cb0fbeec4978 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 29 Jan 2024 22:24:19 +0900 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5bbfec5b..761d0d68 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ # nixpkgs-wayland - Wayland-specific packages not in nixpkgs nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland"; # home-manager - Dotfile mnagement - add /master at the end to pull from master - home-manager.url = "github:nix-community/home-manager/master"; + home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # lanzaboote - Secureboot Configuration lanzaboote.url = "github:nix-community/lanzaboote";