diff --git a/helper/makeShell.nix b/helper/makeShell.nix index 933ecb4..7dd93fb 100644 --- a/helper/makeShell.nix +++ b/helper/makeShell.nix @@ -106,7 +106,8 @@ pkgs.stdenv.mkDerivation { )} eval-config() { - NIXOS_CONFIG="${cfgDir}/krops/krops-configuration.nix" nix eval --raw -f ${nixpkgs}/nixos system.outPath + NIXOS_CONFIG="${cfgDir}/krops/krops-configuration.nix" \ + nix-instantiate --eval ${nixpkgs}/nixos -A system.outPath | tr -d '"' echo }