Skip to content

Commit 33e64fc

Browse files
committed
flake.nix: use darwin application linking fork
test out nix-darwin/nix-darwin#1396 until its merged
1 parent 6c18a03 commit 33e64fc

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

flake.lock

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

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
};
2020

2121
darwin = {
22-
url = "github:nix-darwin/nix-darwin";
22+
# url = "github:nix-darwin/nix-darwin";
23+
url = "github:khaneliman/nix-darwin/copy";
2324
inputs.nixpkgs.follows = "nixpkgs-unstable";
2425
};
2526

0 commit comments

Comments
 (0)