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