1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Merge pull request #11566 from Mic92/nixpkgs-upgrade

Nixpkgs upgrade to NixOS 24.11
This commit is contained in:
Robert Hensing 2024-12-31 15:37:44 +01:00 committed by GitHub
commit 3859b3b9e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 22 additions and 78 deletions

View file

@ -26,6 +26,8 @@ let
# Evaluate VMs faster
documentation.enable = false;
# this links against nix and might break with our git version.
system.tools.nixos-option.enable = false;
};
_module.args.nixpkgs = nixpkgs;
_module.args.system = system;