feat(devShells,devkit): nix wrapper for experimental features

This commit is contained in:
Guz
2025-03-02 12:52:00 -03:00
parent 592d96bba2
commit 07efd83feb

View File

@@ -133,6 +133,13 @@
yazi
zellij
zsh
# Useful on new installations of Nix
(pkgs.writeShellScriptBin "nix" ''
${pkgs.lib.getExe pkgs.nix} \
--extra-experimental-features 'nix-command flakes' \
"$@"
'')
];
shellHook = ''
zsh