aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authornotgne22020-09-28 15:45:53 -0700
committernotgne22020-09-28 15:45:53 -0700
commit239d0f8999b47e9e76589ee1fa2d9f3459c47335 (patch)
treed9fa64da2385dcb3cf254a92e00fa92d2431c155 /flake.nix
parenta22063343e54da9f589c7235f2f64b57fe5c257b (diff)
use separate binary for activation, more cleanup
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2efb943..acc3f18 100644
--- a/flake.nix
+++ b/flake.nix
@@ -16,7 +16,7 @@
defaultApp = {
type = "app";
- program = "${self.defaultPackage."${system}"}/bin/deploy-rs";
+ program = "${self.defaultPackage."${system}"}/bin/deploy";
};
});
}