Skip to content

Commit

Permalink
fix(darwin): disable build user check
Browse files Browse the repository at this point in the history
see LnL7/nix-darwin#681 for more information
  • Loading branch information
mirkolenz committed Jun 10, 2023
1 parent 7ca9407 commit f4fb9d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@
bibtex2cff
bibtex-to-cff
];

system.checks.verifyBuildUsers = false;
}

0 comments on commit f4fb9d6

Please sign in to comment.