mirror of
https://github.com/NixOS/nix.git
synced 2024-11-23 07:12:27 +00:00
9 lines
91 B
Bash
Executable File
9 lines
91 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
CONTENT_ADDRESSED=true
|
|
cd ..
|
|
source ./nix-shell.sh
|
|
|