diff --git a/nix/configurations/hydrogen.nix b/nix/configurations/hydrogen.nix index 2152b589..7bc9620a 100644 --- a/nix/configurations/hydrogen.nix +++ b/nix/configurations/hydrogen.nix @@ -41,7 +41,6 @@ in overlays = map import [ ../overlays/agenix.nix ../overlays/nur.nix - ../overlays/nix-tree.nix ../packages/overlay.nix # use lix everywhere and wrap it with nom diff --git a/nix/configurations/installer.nix b/nix/configurations/installer.nix index 972409e9..027168d7 100644 --- a/nix/configurations/installer.nix +++ b/nix/configurations/installer.nix @@ -38,7 +38,6 @@ in ../overlays/agenix.nix ../overlays/disko.nix ../overlays/nur.nix - ../overlays/nix-tree.nix ../packages/overlay.nix ]; diff --git a/nix/configurations/vanadium.nix b/nix/configurations/vanadium.nix index acdb6d98..509349ca 100644 --- a/nix/configurations/vanadium.nix +++ b/nix/configurations/vanadium.nix @@ -52,7 +52,6 @@ in ../overlays/disko.nix ../overlays/nur.nix ../overlays/wired-notify.nix - ../overlays/nix-tree.nix ../overlays/wallpapers.nix ../overlays/nil.nix ../overlays/dix.nix diff --git a/nix/overlays/nix-tree.nix b/nix/overlays/nix-tree.nix deleted file mode 100644 index ec23e3c2..00000000 --- a/nix/overlays/nix-tree.nix +++ /dev/null @@ -1,8 +0,0 @@ -# The one in nixpkgs doesn't work -# Getting nix-tree: user error (Failed parsing nix path-info output.) -let - sources = import ../../npins; -in -final: _: { - nix-tree = (import sources.nix-tree).packages.${final.stdenv.hostPlatform.system}.default; -} diff --git a/npins/sources.json b/npins/sources.json index 8a833f5b..e3c4a8b2 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -148,22 +148,6 @@ "url": "https://github.com/oxalica/nil/archive/504599f7e555a249d6754698473124018b80d121.tar.gz", "hash": "1mzx60999jciq2ax1l5ajmks6fb3cmjavn7fsyh4aysvcdgzrj6p" }, - "nix-tree": { - "type": "GitRelease", - "repository": { - "type": "GitHub", - "owner": "utdemir", - "repo": "nix-tree" - }, - "pre_releases": false, - "version_upper_bound": null, - "release_prefix": null, - "submodules": false, - "version": "v0.8.0", - "revision": "e7ef6623cf944b80e48196d74c6531dd79943652", - "url": "https://api.github.com/repos/utdemir/nix-tree/tarball/v0.8.0", - "hash": "1ag68xnszianrfinm56mf9bhvm0pglvnmlyffjr1pxrkji8d52nc" - }, "nixos-hardware": { "type": "Git", "repository": {