mirror of
https://github.com/NixOS/nix.git
synced 2024-11-23 07:12:27 +00:00
8 lines
111 B
Bash
Executable File
8 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
FLAKE_PATH=path:$PWD
|
|
|
|
nix run --no-write-lock-file $FLAKE_PATH#runnable
|