mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
Compare commits
8 Commits
feature/ad
...
feature/im
| Author | SHA1 | Date | |
|---|---|---|---|
| b9f95b3821 | |||
| 0b537dd008 | |||
| 35004941ca | |||
| 1d41bc7b5e | |||
| 49d2d79211 | |||
| 559ca7a45e | |||
| 03b636eb3a | |||
| a7f5d3c71d |
7
.github/workflows/treefmt.yml
vendored
7
.github/workflows/treefmt.yml
vendored
@@ -1,4 +1,5 @@
|
|||||||
name: treefmt
|
name: treefmt
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -11,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 )
|
||||||
|
|||||||
@@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user