mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
overlays: break apart overlays
This commit is contained in:
parent
8c3605ef9d
commit
fb0fc8e911
12 changed files with 25 additions and 40 deletions
8
nix/overlays/nix-tree.nix
Normal file
8
nix/overlays/nix-tree.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