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
|
|
@ -43,6 +43,7 @@ in
|
||||||
nur
|
nur
|
||||||
wired-notify
|
wired-notify
|
||||||
emacs28 # removed, but I need it for PLFA!
|
emacs28 # removed, but I need it for PLFA!
|
||||||
|
nix-tree
|
||||||
|
|
||||||
packages
|
packages
|
||||||
(import ./vanadium/nixos/overlay.nix)
|
(import ./vanadium/nixos/overlay.nix)
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@ in {
|
||||||
pkgs.nurl
|
pkgs.nurl
|
||||||
pkgs.nvd
|
pkgs.nvd
|
||||||
pkgs.niv
|
pkgs.niv
|
||||||
|
pkgs.nix-tree
|
||||||
];
|
];
|
||||||
programs = {
|
programs = {
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
|
|
|
||||||
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;
|
||||||
|
}
|
||||||
|
|
@ -85,6 +85,18 @@
|
||||||
"rev": "cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc",
|
"rev": "cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc",
|
||||||
"type": "git"
|
"type": "git"
|
||||||
},
|
},
|
||||||
|
"nix-tree": {
|
||||||
|
"branch": "main",
|
||||||
|
"description": "Interactively browse dependency graphs of Nix derivations.",
|
||||||
|
"homepage": "",
|
||||||
|
"owner": "utdemir",
|
||||||
|
"repo": "nix-tree",
|
||||||
|
"rev": "fdcac72b7261f32e2faf9866c5d759d38a19771a",
|
||||||
|
"sha256": "00h7crplyi5njsi146227bzrnf6rmwpzmrl1l2ckii0lmvmnsfsw",
|
||||||
|
"type": "tarball",
|
||||||
|
"url": "https://github.com/utdemir/nix-tree/archive/fdcac72b7261f32e2faf9866c5d759d38a19771a.tar.gz",
|
||||||
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"description": "A collection of NixOS modules covering hardware quirks.",
|
"description": "A collection of NixOS modules covering hardware quirks.",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue