mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: +nix-tree
This commit is contained in:
parent
efa444df3d
commit
f8c6247115
4 changed files with 22 additions and 0 deletions
8
nix/overlays/by-name/nix-tree/overlay.nix
Normal file
8
nix/overlays/by-name/nix-tree/overlay.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue