Skip to content

Commit

Permalink
Merge pull request #169 from nokazn/deps/update-flake-lock-2024090500…
Browse files Browse the repository at this point in the history
…1001

Update flake.lock
  • Loading branch information
nokazn authored Sep 17, 2024
2 parents a3632f8 + c5dbd81 commit 150e515
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
24 changes: 12 additions & 12 deletions flake.lock

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

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@
let
USER = "nokazn";
users = [
{ name = "nokazn"; isCi = false; }
{ name = USER; isCi = false; }
# For GitHub Actions
{ name = "runner"; isCi = true; }
];
nix = {
# version = "24.05";
version = "23.11";
};
homeManagerConfigurations = (user: home: {
Expand Down
5 changes: 4 additions & 1 deletion hosts/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@

homebrew = if meta.isCi then { } else import ./homebrew.nix { };

system.defaults = import ./system.nix { };
system = {
stateVersion = 5;
defaults = import ./system.nix { };
};
}

0 comments on commit 150e515

Please sign in to comment.