mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
Compare commits
1 Commits
feature/im
...
feature/ad
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e5a8429b3 |
1
.github/workflows/build_systems.yml
vendored
1
.github/workflows/build_systems.yml
vendored
@@ -2,6 +2,7 @@ name: build_systems
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
merge_group:
|
||||
push:
|
||||
branches: [main]
|
||||
schedule:
|
||||
|
||||
8
.github/workflows/treefmt.yml
vendored
8
.github/workflows/treefmt.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: treefmt
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
merge_group:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
@@ -12,9 +12,5 @@ jobs:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: get_treefmt_version
|
||||
run: treefmt --version
|
||||
- name: get_nixfmt_version
|
||||
run: nixfmt --version
|
||||
- name: runs treefmt
|
||||
run: treefmt --ci $( [ -n "$ACTIONS_RUNNER_DEBUG" ] && echo -vv )
|
||||
run: "treefmt --ci"
|
||||
|
||||
@@ -5,7 +5,5 @@
|
||||
randomizedDelaySec = "1h";
|
||||
persistent = true;
|
||||
flake = "github:RichieCahill/dotfiles";
|
||||
allowReboot = true;
|
||||
dates = "Sat *-*-* 06:00:00";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
../../common/optional/docker.nix
|
||||
../../common/optional/ssh_decrypt.nix
|
||||
../../common/optional/syncthing_base.nix
|
||||
../../common/optional/update.nix
|
||||
../../common/optional/zerotier.nix
|
||||
./docker
|
||||
./services
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
discord-canary
|
||||
gimp
|
||||
gparted
|
||||
# jetbrains.datagrip
|
||||
jetbrains.datagrip
|
||||
ladybird
|
||||
mediainfo
|
||||
nemo
|
||||
nemo-fileroller
|
||||
|
||||
Reference in New Issue
Block a user