update nix

This commit is contained in:
Gerg-L 2024-10-05 15:01:20 -04:00
parent 7c77770bca
commit cd55b1bf6f
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 7 additions and 13 deletions

View file

@ -26,11 +26,7 @@
#
# Use nix directly from master
#
package = nix.packages.default.overrideAttrs (old: {
meta = old.meta // {
mainProgram = "nix";
};
});
package = nix.packages.default;
#
# Other nix settings
#