mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
ceccff3439
Includes user service (nixos/modules/services/development/lorri) that starts on demand.
4 lines
48 B
Bash
4 lines
48 B
Bash
#!/bin/sh
|
|
|
|
printf "%s" "${name:?}" > "${out:?}"
|