mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
7 lines
111 B
Bash
Executable file
7 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
|