tangled
alpha
login
or
join now
da157.id
/
nix-config
0
fork
atom
0xda157's home-manager and nixos config
0
fork
atom
overview
issues
pulls
pipelines
disable flake checking
don't have enough storage
0xda157
1 month ago
427dba25
e2215681
0/1
check.yml
failed
31s
+10
-10
1 changed file
expand all
collapse all
unified
split
.forgejo
workflows
check.yml
+10
-10
.forgejo/workflows/check.yml
···
12
12
- 'justfile'
13
13
14
14
jobs:
15
15
-
flake-check:
16
16
-
runs-on: codeberg-medium
17
17
-
18
18
-
steps:
19
19
-
- name: Checkout
20
20
-
uses: actions/checkout@v4
21
21
-
- uses: https://github.com/cachix/install-nix-action@v31
22
22
-
with:
23
23
-
extra_nix_config: "experimental-features = flakes nix-command pipe-operators"
24
24
-
- run: nix flake check --print-build-logs
15
15
+
# flake-check:
16
16
+
# runs-on: codeberg-medium
17
17
+
#
18
18
+
# steps:
19
19
+
# - name: Checkout
20
20
+
# uses: actions/checkout@v4
21
21
+
# - uses: https://github.com/cachix/install-nix-action@v31
22
22
+
# with:
23
23
+
# extra_nix_config: "experimental-features = flakes nix-command pipe-operators"
24
24
+
# - run: nix flake check --print-build-logs
25
25
26
26
fmt-check:
27
27
runs-on: codeberg-small