From 8b7b0e9d45d0f3de7491124bdb52cc22945ed1c4 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 9 Jan 2023 17:37:57 +0100 Subject: [PATCH] Fixed typo --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1a7bb1a..5e85a67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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