repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python312Packages.google-auth-oauthlib: fix build in darwin sandbox (#373724)
[NixPkgs.git]
/
nixos
/
modules
/
system
/
activation
/
no-clone.nix
blob
d1ecc37b2ba0cf8d27847a441149a4d8816dd18b
1
{ lib, ... }:
2
3
with lib;
4
5
{
6
boot.loader.grub.device = mkOverride 0 "nodev";
7
specialisation = mkOverride 0 { };
8
isSpecialisation = mkOverride 0 true;
9
}