python312Packages.google-auth-oauthlib: fix build in darwin sandbox (#373724)
[NixPkgs.git] / nixos / modules / system / activation / no-clone.nix
blobd1ecc37b2ba0cf8d27847a441149a4d8816dd18b
1 { lib, ... }:
3 with lib;
6   boot.loader.grub.device = mkOverride 0 "nodev";
7   specialisation = mkOverride 0 { };
8   isSpecialisation = mkOverride 0 true;