Sha256: 5d4c77d28f0da95f4d2e30c9ab286a5ef14807f38379c11d49b464ae3d903b5e

Contents?: true

Size: 423 Bytes

Versions: 2

Compression:

Stored size: 423 Bytes

Contents

# When a part of confctl repository
import ../shell.nix

# When copied elsewhere
# if builtins.pathExists ../confctl/shell.nix then
#   import ../confctl/shell.nix
# else if builtins.pathExists ../../confctl/shell.nix then
#   import ../../confctl/shell.nix
# else if builtins.pathExists /where-is-your-confctl/shell.nix then
#   import /where-is-your-confctl/shell.nix
# else builtins.abort "Unable to find confctl shell"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
confctl-2.0.0 example/shell.nix
confctl-1.0.0 example/shell.nix