From 07efd83feb4bb153cbae6da07711d288af0300b5 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sun, 2 Mar 2025 12:52:00 -0300 Subject: [PATCH] feat(devShells,devkit): nix wrapper for experimental features --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 3bbadd9..dd383f9 100644 --- a/flake.nix +++ b/flake.nix @@ -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