Skip to content

Commit

Permalink
Monthly Flake Upgrade (September 2024) (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rennsax committed Oct 1, 2024
1 parent 231e254 commit 745746c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ $(info Current system = "$(SYSTEM)")
test:
@echo Rebuild command: $(REBUILD)

NIX-DARWIN := github:LnL7/nix-darwin/c8d3157d1f768e382de5526bb38e74d2245cad04
HOME-MANAGER := github:nix-community/home-manager/c2cd2a52e02f1dfa1c88f95abeb89298d46023be
NIX-DARWIN := github:LnL7/nix-darwin/f2e1c4aa29fc211947c3a7113cba1dd707433b70
HOME-MANAGER := github:nix-community/home-manager/ffe2d07e771580a005e675108212597e5b367d2d

init-ubuntu: patch-vars install-nix
./scripts/init-ubuntu
Expand Down
3 changes: 3 additions & 0 deletions config/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
enableSSHSupport = true;
};

# REVIEW: remove this after upgrading to macOS 15 Sequoia.
ids.uids.nixbld = 300;

# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 4;
Expand Down
42 changes: 21 additions & 21 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 @@ -11,7 +11,7 @@
flake-utils.url = "github:numtide/flake-utils";

nur-rennsax = {
url = "git+ssh://git@github.com/rennsax/nur-packages";
url = "github:rennsax/nur-packages";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down

0 comments on commit 745746c

Please sign in to comment.