Skip to content

Commit 9c17cba

Browse files
committed
update just darwin-build
1 parent 48747aa commit 9c17cba

3 files changed

Lines changed: 15 additions & 10 deletions

File tree

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@
105105
nixpkgs.config.allowUnfree = true;
106106
nixpkgs.overlays = [
107107
(import ./overlays/ai-trace-scanner.nix inputs)
108+
(final: prev: {
109+
direnv = prev.direnv.overrideAttrs (old: {
110+
doCheck = false;
111+
});
112+
})
108113
];
109114
}
110115
];

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Build the system for macOS (drb alias)
44
darwin-build:
5-
nix run github:LnL7/nix-darwin -- switch --flake .#Mac
5+
sudo nix run github:LnL7/nix-darwin -- switch --flake .#Mac
66

77
# Build the system (nrb alias)
88
build:

0 commit comments

Comments
 (0)