Compare commits

..

8 Commits

Author SHA1 Message Date
b9f95b3821 added get_nixfmt_version 2025-08-01 19:48:49 -04:00
0b537dd008 fixing shell syntax 2025-08-01 19:40:26 -04:00
35004941ca added treefmt --version 2025-08-01 19:38:56 -04:00
1d41bc7b5e testing shell syntax 2025-08-01 19:37:25 -04:00
49d2d79211 added -vv to treefmt when debugging 2025-08-01 19:32:30 -04:00
559ca7a45e adding update the jeeves 2025-07-28 12:47:17 -04:00
03b636eb3a disabled jetbrains.datagrip 2025-07-28 12:41:26 -04:00
a7f5d3c71d removed ladybird 2025-07-28 12:41:26 -04:00
5 changed files with 10 additions and 5 deletions

View File

@@ -2,7 +2,6 @@ name: build_systems
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
merge_group:
push: push:
branches: [main] branches: [main]
schedule: schedule:

View File

@@ -1,8 +1,8 @@
name: treefmt name: treefmt
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
merge_group:
push: push:
branches: [main] branches: [main]
@@ -12,5 +12,9 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: get_treefmt_version
run: treefmt --version
- name: get_nixfmt_version
run: nixfmt --version
- name: runs treefmt - name: runs treefmt
run: "treefmt --ci" run: treefmt --ci $( [ -n "$ACTIONS_RUNNER_DEBUG" ] && echo -vv )

View File

@@ -5,5 +5,7 @@
randomizedDelaySec = "1h"; randomizedDelaySec = "1h";
persistent = true; persistent = true;
flake = "github:RichieCahill/dotfiles"; flake = "github:RichieCahill/dotfiles";
allowReboot = true;
dates = "Sat *-*-* 06:00:00";
}; };
} }

View File

@@ -5,6 +5,7 @@
../../common/optional/docker.nix ../../common/optional/docker.nix
../../common/optional/ssh_decrypt.nix ../../common/optional/ssh_decrypt.nix
../../common/optional/syncthing_base.nix ../../common/optional/syncthing_base.nix
../../common/optional/update.nix
../../common/optional/zerotier.nix ../../common/optional/zerotier.nix
./docker ./docker
./services ./services

View File

@@ -12,8 +12,7 @@
discord-canary discord-canary
gimp gimp
gparted gparted
jetbrains.datagrip # jetbrains.datagrip
ladybird
mediainfo mediainfo
nemo nemo
nemo-fileroller nemo-fileroller