From 35e18a00691d3f63d6ca6cf19d8e324ed090d582 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 25 Mar 2023 21:40:10 +0530 Subject: [PATCH] update special args --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index cb95098..e20a2ea 100644 --- a/flake.nix +++ b/flake.nix @@ -28,9 +28,7 @@ nixosConfigurations = { Skipper = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; - specialArgs = { - inherit devenv impermanence system; - }; + specialArgs = inputs; modules = [ ./system/nix.nix