diff --git a/modules/home/development.nix b/modules/home/development.nix index 9fdc6c0..086f013 100644 --- a/modules/home/development.nix +++ b/modules/home/development.nix @@ -90,7 +90,7 @@ in { "Bash(nix show-derivation *)" "Bash(nix store *)" "Bash(nix why-depends *)" - "Bash(nix-eval-flake *)" + "Bash(nix-flake *)" # Git "Bash(git add *)" "Bash(git blame *)" diff --git a/modules/home/utilities.nix b/modules/home/utilities.nix index bef9042..27fee57 100644 --- a/modules/home/utilities.nix +++ b/modules/home/utilities.nix @@ -91,12 +91,12 @@ in { programs.nix-index-database.comma.enable = true; home.packages = let - nix-eval-flake = pkgs.writeShellScriptBin "nix-eval-flake" '' - nix eval ".#$1" "''${@:2}" + nix-flake = pkgs.writeShellScriptBin "nix-flake" '' + nix "$1" ".#$2" "''${@:3}" ''; in [ - nix-eval-flake + nix-flake pkgs.manix pkgs.nix-du pkgs.nix-tree