fix: remove IFD in nix flake show #1628

Merged
clan-bot merged 1 commits from DavHau/clan-core:DavHau-dave into main 2024-06-17 08:09:39 +00:00

View File

@ -31,5 +31,9 @@
clan-core = self;
};
in
evaled.nixosConfigurations.foo.config.system.build.vm;
{
type = "derivation";
name = "minimal-clan-flake-check";
inherit (evaled.nixosConfigurations.foo.config.system.build.vm) drvPath outPath;
};
}