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