fedora jank
This commit is contained in:
parent
349e0a357b
commit
a5ce6a01dd
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
# Enable experimental features without having to specify the argument
|
# Enable experimental features without having to specify the argument
|
||||||
NIX_CONFIG = "experimental-features = nix-command flakes";
|
NIX_CONFIG = "experimental-features = nix-command flakes";
|
||||||
|
shellHook = ''
|
||||||
|
export TMP=$(mktemp -d "/tmp/nix-shell-XXXXXX")
|
||||||
|
export TEMP=$TMP
|
||||||
|
export TMPDIR=$TMP
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
cachix
|
cachix
|
||||||
|
|
Loading…
Reference in a new issue