File tree 4 files changed +12
-15
lines changed
4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- name : Install Nix
24
24
uses : DeterminateSystems/nix-installer-action@main
25
-
26
- - name : Setup Nix cache
27
- uses : DeterminateSystems/magic-nix-cache-action@main
25
+ with :
26
+ diagnostic-endpoint : " "
28
27
29
28
- name : Check
30
29
run : nix build --fallback --print-build-logs ".#checks.$(nix eval --impure --raw --expr "builtins.currentSystem").clippy"
44
43
45
44
- name : Install Nix
46
45
uses : DeterminateSystems/nix-installer-action@main
47
-
48
- - name : Setup Nix cache
49
- uses : DeterminateSystems/magic-nix-cache-action@main
46
+ with :
47
+ diagnostic-endpoint : " "
50
48
51
49
- name : Check
52
50
run : nix build --fallback --print-build-logs ".#checks.$(nix eval --impure --raw --expr "builtins.currentSystem").rustfmt"
60
58
61
59
- name : Install Nix
62
60
uses : DeterminateSystems/nix-installer-action@main
63
-
64
- - name : Setup Nix cache
65
- uses : DeterminateSystems/magic-nix-cache-action@main
61
+ with :
62
+ diagnostic-endpoint : " "
66
63
67
64
- name : Check
68
65
run : nix build --fallback --print-build-logs ".#checks.$(nix eval --impure --raw --expr "builtins.currentSystem").nixfmt"
76
73
77
74
- name : Install Nix
78
75
uses : DeterminateSystems/nix-installer-action@main
79
-
80
- - name : Setup Nix cache
81
- uses : DeterminateSystems/magic-nix-cache-action@main
76
+ with :
77
+ diagnostic-endpoint : " "
82
78
83
79
- name : Check
84
80
run : nix build --fallback --print-build-logs ".#checks.$(nix eval --impure --raw --expr "builtins.currentSystem").reuse"
Original file line number Diff line number Diff line change @@ -22,11 +22,12 @@ jobs:
22
22
23
23
- name : Install Nix
24
24
uses : DeterminateSystems/nix-installer-action@main
25
+ with :
26
+ diagnostic-endpoint : " "
25
27
26
28
- name : Update flake.lock
27
29
uses : DeterminateSystems/update-flake-lock@main
28
30
with :
29
31
pr-title : " build(deps): update flake.lock"
30
32
commit-msg : " build(deps): update flake.lock"
31
- pr-reviewers : ryanccn
32
33
pr-labels : dependencies, nix
Original file line number Diff line number Diff line change 4
4
5
5
[package ]
6
6
name = " nyoom"
7
- version = " 0.10.0 "
7
+ version = " 0.10.1 "
8
8
edition = " 2021"
9
9
description = " Small CLI Firefox userchrome manager"
10
10
authors = [
" Ryan Cao <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments