mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
feat: add niveum-scripts
This commit is contained in:
6
niveum-deploy
Executable file
6
niveum-deploy
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
niveum_dir="$HOME/prog/git/niveum"
|
||||
|
||||
[ $# -eq 1 ] || echo >&2 "Usage: niveum-deploy SYSTEM"
|
||||
|
||||
eval "$(nix-build --no-out-link "$niveum_dir/deploy.nix" -A "$1")"
|
||||
Reference in New Issue
Block a user