Skip to content

Commit 8c2cdd6

Browse files
committed
document changes from #55
1 parent 646cacb commit 8c2cdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_nixos/nixos-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# nixos-deploy deploys a nixos-instantiate-generated drvPath to a target host
33
#
4-
# Usage: nixos-deploy.sh <drvPath> <host> <switch-action> [<build-opts>] ignoreme
4+
# Usage: nixos-deploy.sh <drvPath> <host> <switch-action> <deleteOlderThan> [<build-opts>] ignoreme
55
set -euo pipefail
66

77
### Defaults ###

0 commit comments

Comments
 (0)