Skip to content

Commit

Permalink
Apply patch for Sequoia
Browse files Browse the repository at this point in the history
  • Loading branch information
zozonteq committed Dec 19, 2024
1 parent bc227f5 commit 2032bf5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
41 changes: 21 additions & 20 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-darwin = {
url = "github:LnL7/nix-darwin";
url = "github:spikespaz-contrib/nix-darwin/patch-1";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
Expand Down
2 changes: 1 addition & 1 deletion m3.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
nix run nixpkgs#home-manager -- switch --flake .#darwin-mac2
#nix run nix-darwin -- switch --flake .#darwin-mac2
nix run --extra-experimental-features nix-command --extra-experimental-features flakes nix-darwin -- switch --flake .#darwin-mac2

0 comments on commit 2032bf5

Please sign in to comment.