From f687240a3702be7e18b8b51d1b9c13482082c0cb Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 1 Apr 2022 07:26:51 -0600 Subject: sys: add btclone to systemPackages --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 03b4010..d00eaea 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ nixosConfigurations = let hostConfig = host: (makeOverridable nixosSystem) { system = "x86_64-linux"; - modules = [ (import ./sys self) host ]; + modules = [ (import ./sys { inherit self; }) host ]; }; in mapAttrs (_: hostConfig) (importAll { root = ./sys/platform; }); -- cgit v1.2.3