From 7352ad118cdcf9b70439cdf22875a5c4a932e186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 4 Jan 2026 12:51:28 +0100 Subject: [PATCH] Flake typo --- templates/nix-config/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nix-config/flake.nix b/templates/nix-config/flake.nix index 0b7a10d..4fe1878 100644 --- a/templates/nix-config/flake.nix +++ b/templates/nix-config/flake.nix @@ -13,7 +13,7 @@ autoaspm.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { self, nixpkgs, disko, sops-nix, autoaspm, home-manager, quadlet-nix, ... }@inputs: let + outputs = { self, nixpkgs, disko, sops-nix, autoaspm, ... }@inputs: let # System definition system = "x86_64-linux"; pkgs = import nixpkgs {