File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 61
61
- uses : actions/checkout@v3
62
62
- name : Install Nix
63
63
uses : ./
64
- with :
65
- install_url : https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
66
- install_options : ' --tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
67
- extra_nix_config : |
68
- access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
69
64
- run : nix flake show github:NixOS/nixpkgs
70
65
71
66
installer-options :
78
73
- name : Install Nix
79
74
uses : ./
80
75
with :
81
- nix_path : nixpkgs=channel:nixos-21 .05
82
- install_url : https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
83
- install_options : ' --tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
76
+ nix_path : nixpkgs=channel:nixos-22 .05
77
+ install_options : --tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve
78
+ install_url : https://nixos-nix-install-tests.cachix.org/serve/s62m7lc0q0mz2mxxm9q0kkrcg90njzhq/install
84
79
- run : nix-build test.nix
85
80
86
81
oldest-supported-installer :
93
88
- name : Install Nix
94
89
uses : ./
95
90
with :
96
- nix_path : nixpkgs=channel:nixos-21 .05
97
- install_url : https://releases.nixos.org/nix/nix-2.3.8 /install
91
+ nix_path : nixpkgs=channel:nixos-22 .05
92
+ install_url : https://releases.nixos.org/nix/nix-2.8.0 /install
98
93
- run : nix-build test.nix
99
94
100
95
act-support :
You can’t perform that action at this time.
0 commit comments