mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02:28 +00:00
9 lines
126 B
Bash
Executable File
9 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source ./common.sh
|
|
|
|
createFlake1
|
|
|
|
export EDITOR=cat
|
|
nix edit "$flake1Dir#" | grepQuiet simple.builder.sh
|