mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
14 lines
215 B
Bash
Executable File
14 lines
215 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source ./common.sh
|
|
|
|
requireGit
|
|
|
|
flake1Dir=$TEST_ROOT/flake1
|
|
|
|
createGitRepo "$flake1Dir"
|
|
createSimpleGitFlake "$flake1Dir"
|
|
|
|
export EDITOR=cat
|
|
nix edit "$flake1Dir#" | grepQuiet simple.builder.sh
|