4 lines
91 B
Bash
4 lines
91 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
nix build .#nixosConfigurations.puter.config.system.build.toplevel "$@"
|