updates: nixpkgs

This commit is contained in:
2025-03-13 10:56:20 -07:00
parent a265d9b844
commit 0a959ac3c7
3 changed files with 46 additions and 33 deletions

View File

@@ -54,8 +54,8 @@ in
};
# alias for nix shell with flake packages
functions.add.body = ''
set -x packages 'nixpkgs#'(string join ' nixpkgs#' $argv)
nix shell $packages --command fish
set -x packages 'nixpkgs#'$argv
nix shell $packages
'';
interactiveShellInit = ''
fastfetch