mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +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
|