mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +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
|
|
|