8 lines
90 B
Bash
8 lines
90 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
source common.sh
|
||
|
|
||
|
CONTENT_ADDRESSED=true
|
||
|
cd ..
|
||
|
source ./nix-shell.sh
|