4 lines
67 B
Bash
4 lines
67 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -ex
|
||
|
export NIXPKGS_ALLOW_UNFREE=1
|
||
|
nix-shell
|