Skip to content

Commit

Permalink
update inputs, fix darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyavolyn committed Nov 11, 2024
1 parent c40a31d commit 6f6dc69
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 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 profiles/base-darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
settings = {
trusted-users = [ "root" "vitalya" ];
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
};
optimise.automatic = true;
};
nixpkgs.config.allowUnfreePredicate = (pkg: true);
nixpkgs.config.allowUnfree = true;
Expand Down

0 comments on commit 6f6dc69

Please sign in to comment.