mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
8 lines
91 B
Bash
Executable file
8 lines
91 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
CONTENT_ADDRESSED=true
|
|
cd ..
|
|
source ./nix-shell.sh
|
|
|