tangled
alpha
login
or
join now
da157.id
/
nixvim-cfg
0
fork
atom
0xda157's nixvim config
0
fork
atom
overview
issues
pulls
pipelines
disable flake checking
don't have enough disk space
0xda157
1 month ago
a85f423e
39b76030
+10
-10
2 changed files
expand all
collapse all
unified
split
.forgejo
workflows
check.yml
flake-update.yml
+9
-9
.forgejo/workflows/check.yml
···
9
9
- '.editorconfig'
10
10
11
11
jobs:
12
12
-
flake-check:
13
13
-
runs-on: codeberg-medium
14
14
-
15
15
-
steps:
16
16
-
- uses: actions/checkout@v4
17
17
-
- uses: https://github.com/cachix/install-nix-action@v31
18
18
-
with:
19
19
-
extra_nix_config: "experimental-features = flakes nix-command pipe-operators"
20
20
-
- run: nix flake check --print-build-logs
12
12
+
# flake-check:
13
13
+
# runs-on: codeberg-medium
14
14
+
#
15
15
+
# steps:
16
16
+
# - uses: actions/checkout@v4
17
17
+
# - uses: https://github.com/cachix/install-nix-action@v31
18
18
+
# with:
19
19
+
# extra_nix_config: "experimental-features = flakes nix-command pipe-operators"
20
20
+
# - run: nix flake check --print-build-logs
21
21
22
22
fmt-check:
23
23
runs-on: codeberg-small
+1
-1
.forgejo/workflows/flake-update.yml
···
22
22
23
23
- run: git push
24
24
25
25
-
- run: nix flake check --print-build-logs
25
25
+
# - run: nix flake check --print-build-logs