vanadium: +nix-tree

This commit is contained in:
Primrose 2025-05-23 21:28:05 +02:00
parent efa444df3d
commit f8c6247115
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# The one in nixpkgs doesn't work
# Getting nix-tree: user error (Failed parsing nix path-info output.)
let
sources = import ../../../sources.nix;
in
final: _: {
nix-tree = (import sources.nix-tree).packages.${final.system}.default;
}