From 154c6fbe1cfa05262acee9ac13c1549f53f71c47 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 4 Jul 2023 20:11:55 +0900 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f33a5eb4..c4de9755 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ sops-nix-git.url = "github:Mic92/sops-nix"; }; - outputs = { stable-nixpkgs, unstable-nixpkgs, home-manager, lanzaboote, nur, sops-nix, ... }@inputs: + outputs = { stable-nixpkgs, unstable-nixpkgs, home-manager, lanzaboote, nur, sops-nix-git, ... }@inputs: let # Variables - Remember to set these hostname = "nixos-laptop";