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 6161 - uses : actions/checkout@v3
6262 - name : Install Nix
6363 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 }}
6964 - run : nix flake show github:NixOS/nixpkgs
7065
7166 installer-options :
7873 - name : Install Nix
7974 uses : ./
8075 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
8479 - run : nix-build test.nix
8580
8681 oldest-supported-installer :
9388 - name : Install Nix
9489 uses : ./
9590 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
9893 - run : nix-build test.nix
9994
10095 act-support :
You can’t perform that action at this time.
0 commit comments