fix: remove IFD in nix flake show
This commit is contained in:
@@ -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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user