fedora nix jank
This commit is contained in:
parent
67173021d1
commit
a007520952
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
|||
pkgs.mkShell {
|
||||
# Enable experimental features without having to specify the argument
|
||||
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; [
|
||||
fluxcd
|
||||
|
|
Reference in a new issue