mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-29 07:10:51 +01:00
Fixed typo
This commit is contained in:
parent
74b30ab3ff
commit
8b7b0e9d45
1 changed files with 2 additions and 2 deletions
|
@ -133,12 +133,12 @@ steps:
|
|||
|
||||
- name: build tower
|
||||
commands:
|
||||
- nix build -v '.#nixosconfigurations.tower.config.system.build.toplevel' --option binary-caches "https://cache.nixos.org"
|
||||
- nix build -v '.#nixosConfigurations.tower.config.system.build.toplevel' --option binary-caches "https://cache.nixos.org"
|
||||
- mv result tower-new
|
||||
|
||||
- name: build lambda
|
||||
commands:
|
||||
- nix build -v '.#nixosconfigurations.lambda.config.system.build.toplevel' --option binary-caches "https://cache.nixos.org"
|
||||
- nix build -v '.#nixosConfigurations.lambda.config.system.build.toplevel' --option binary-caches "https://cache.nixos.org"
|
||||
- mv result lambda-new
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue