mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
Fixed typo
This commit is contained in:
parent
3b7549b067
commit
8a4bc3a7a5
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
Add a link
Reference in a new issue