1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

chore: update

This commit is contained in:
Ryan Cao 2025-10-19 11:02:48 +01:00
parent 6c6f264768
commit 789ef320b0
Signed by: ryanccn
GPG key ID: F605AB4AF937D5D0
10 changed files with 40 additions and 84 deletions

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
nix.package = pkgs.nixVersions.latest;
@ -41,8 +41,9 @@
];
nixpkgs = {
config.allowUnfree = true;
hostPlatform = "aarch64-darwin";
# config.allowUnfree = true;
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ ];
};
environment.variables = {