From c7b19e0ec5f5c102fe4d8fadd4d3c014e826357d Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Fri, 1 Aug 2025 17:45:29 +0200 Subject: [PATCH] fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 80a62bb..0dd6aae 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ } ]; }; - scrap = { + scrap = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [