refactor(update-script): Switch from nvfetcher to nix-update

This commit is contained in:
Tristan Daniël Maat 2025-09-29 13:08:07 +08:00
parent 099666d14d
commit 8757f2ad22
Signed by: tlater
GPG key ID: 49670FD774E43268
8 changed files with 91 additions and 102 deletions

View file

@ -1,7 +1,5 @@
{ pkgs }:
pkgs.lib.packagesFromDirectoryRecursive {
callPackage = pkgs.lib.callPackageWith (
pkgs // { sources = pkgs.callPackage ./_sources/generated.nix { }; }
);
inherit (pkgs) callPackage;
directory = ./packages;
}