diff --git a/pkgs/krops/default.nix b/pkgs/krops/default.nix index d2f9c8a..98d7e17 100644 --- a/pkgs/krops/default.nix +++ b/pkgs/krops/default.nix @@ -23,12 +23,11 @@ in set -efu ${populate { inherit source; target = target'; }} ${nix}/bin/nix-build \ - -A config.system.build.toplevel \ + -A system \ -I ${target'.path} \ - --arg modules '[]' \ --no-out-link \ --show-trace \ - '' + '' ''; }