From 2e4c4298cf84f94d68387e8076fd430e9968ce6c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 27 Jun 2025 16:39:14 -0400 Subject: refactor --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 01fea9c..ee49433 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,7 @@ buildSystem = file: system: inputs.nixpkgs.lib.nixosSystem { inherit system; - specialArgs = {inherit self inputs;}; + specialArgs = {inherit self inputs system;}; modules = [ options ./home -- cgit v1.2.3-freya