workflow: cleaner lix install
This commit is contained in:
parent
c6999339da
commit
75481908c5
2 changed files with 6 additions and 15 deletions
14
.github/workflows/build-machines-and-homes.yml
vendored
14
.github/workflows/build-machines-and-homes.yml
vendored
|
@ -51,12 +51,9 @@ jobs:
|
||||||
|
|
||||||
- name: Install Lix
|
- name: Install Lix
|
||||||
run: |
|
run: |
|
||||||
sudo --preserve-env=PATH $(which nix) run \
|
sudo $(which nix) run \
|
||||||
--experimental-features "nix-command flakes" \
|
|
||||||
--extra-substituters https://cache.lix.systems --extra-trusted-public-keys "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" \
|
|
||||||
'git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.92.0' -- \
|
'git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.92.0' -- \
|
||||||
upgrade-nix \
|
upgrade-nix
|
||||||
--extra-substituters https://cache.lix.systems --extra-trusted-public-keys "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
|
||||||
nix --version
|
nix --version
|
||||||
|
|
||||||
- name: Sync repository
|
- name: Sync repository
|
||||||
|
@ -118,12 +115,9 @@ jobs:
|
||||||
|
|
||||||
- name: Install Lix
|
- name: Install Lix
|
||||||
run: |
|
run: |
|
||||||
sudo --preserve-env=PATH $(which nix) run \
|
sudo $(which nix) run \
|
||||||
--experimental-features "nix-command flakes" \
|
|
||||||
--extra-substituters https://cache.lix.systems --extra-trusted-public-keys "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" \
|
|
||||||
'git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.92.0' -- \
|
'git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.92.0' -- \
|
||||||
upgrade-nix \
|
upgrade-nix
|
||||||
--extra-substituters https://cache.lix.systems --extra-trusted-public-keys "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
|
||||||
nix --version
|
nix --version
|
||||||
|
|
||||||
- name: Sync repository
|
- name: Sync repository
|
||||||
|
|
7
.github/workflows/build-packages.yml
vendored
7
.github/workflows/build-packages.yml
vendored
|
@ -43,12 +43,9 @@ jobs:
|
||||||
|
|
||||||
- name: Install Lix
|
- name: Install Lix
|
||||||
run: |
|
run: |
|
||||||
sudo --preserve-env=PATH $(which nix) run \
|
sudo $(which nix) run \
|
||||||
--experimental-features "nix-command flakes" \
|
|
||||||
--extra-substituters https://cache.lix.systems --extra-trusted-public-keys "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" \
|
|
||||||
'git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.92.0' -- \
|
'git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.92.0' -- \
|
||||||
upgrade-nix \
|
upgrade-nix
|
||||||
--extra-substituters https://cache.lix.systems --extra-trusted-public-keys "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
|
||||||
nix --version
|
nix --version
|
||||||
|
|
||||||
- name: Sync repository
|
- name: Sync repository
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue