1

feat(rahu): replace perl system switch script with the faster binary version

This commit is contained in:
Himadri Bhattacharjee
2025-02-12 17:25:41 +05:30
parent a3d8be4f3d
commit cb92fd9f0a

View File

@@ -142,6 +142,11 @@
shell = pkgs.fish;
};
system.switch = {
enable = false;
enableNg = true;
};
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
git