fix effects and formatting
This commit is contained in:
parent
f83db45db4
commit
635a6c39af
2 changed files with 7 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
||||||
}: "cachix pin nrabulinski ${lib.escapeShellArg name} ${lib.escapeShellArg drv}")
|
}: "cachix pin nrabulinski ${lib.escapeShellArg name} ${lib.escapeShellArg drv}")
|
||||||
collected;
|
collected;
|
||||||
in
|
in
|
||||||
hci-effects.runIf (herculesCI?branch && herculesCI.branch == "main") (hci-effects.mkEffect {
|
hci-effects.runIf (herculesCI.config.branch == "main") (hci-effects.mkEffect {
|
||||||
secretsMap."cachix-token" = "cachix-token";
|
secretsMap."cachix-token" = "cachix-token";
|
||||||
inputs = [pkgs.cachix];
|
inputs = [pkgs.cachix];
|
||||||
userSetupScript = ''
|
userSetupScript = ''
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
configurations.darwin.kogata = {pkgs, lib, ...}: {
|
configurations.darwin.kogata = {
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
nixpkgs.system = "aarch64-darwin";
|
nixpkgs.system = "aarch64-darwin";
|
||||||
|
|
||||||
settei.user.config = {
|
settei.user.config = {
|
||||||
|
@ -8,7 +12,7 @@
|
||||||
|
|
||||||
# TODO: Make it a settei module so it's easy to concatenate which pkgs are allowed
|
# TODO: Make it a settei module so it's easy to concatenate which pkgs are allowed
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (lib.getName pkg) [ "teams" ];
|
builtins.elem (lib.getName pkg) ["teams"];
|
||||||
environment.systemPackages = with pkgs; [teams];
|
environment.systemPackages = with pkgs; [teams];
|
||||||
|
|
||||||
common.hercules.enable = true;
|
common.hercules.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue