Reapply "refactor(nix): nix-filter -> lib.fileset"

After extensive (5 minutes) of testing, it seems we don't actually come
across any Nix bugs with lib.fileset! (aside from those inherit to
it...but 🤷)

This reverts commit a49a58bc45.

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2025-03-30 16:41:19 -04:00
parent 0709479110
commit 99852c972c
3 changed files with 11 additions and 31 deletions

View File

@@ -16,8 +16,6 @@
flake = false;
};
nix-filter.url = "github:numtide/nix-filter";
/*
Inputs below this are optional and can be removed
@@ -44,7 +42,6 @@
self,
nixpkgs,
libnbtplusplus,
nix-filter,
...
}:
let
@@ -100,7 +97,6 @@
prismlauncher-unwrapped = prev.callPackage ./nix/unwrapped.nix {
inherit
libnbtplusplus
nix-filter
self
;
};