fix: remove IFD in nix flake show

This commit is contained in:
DavHau
2024-06-17 14:34:04 +07:00
parent 07fe8b0b23
commit 419ee46c88

View File

@@ -31,5 +31,9 @@
clan-core = self; clan-core = self;
}; };
in 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;
};
} }