feat: remove nur

This commit is contained in:
2026-02-19 09:00:35 +01:00
parent f832903ada
commit e8a1757bc1
4 changed files with 0 additions and 59 deletions

View File

@@ -69,11 +69,6 @@
currentSystemUser
];
};
nixpkgs.config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/main.tar.gz") {
inherit pkgs;
};
};
documentation.man.generateCaches = false;
}