mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 10:47:18 +02: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
|