fix: statix fix

This commit is contained in:
Ryan Yin
2024-01-21 17:07:44 +08:00
parent 68e5d860d8
commit cba3212896
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
{pkgs-unstable, ...}: let
nu_scripts = pkgs-unstable.nu_scripts;
inherit (pkgs-unstable) nu_scripts;
in {
programs.bash = {
# load the alias file for work

View File

@@ -12,7 +12,7 @@ in {
programs.nushell = {
enable = true;
configFile.source = ./config.nu;
shellAliases = shellAliases;
inherit shellAliases;
};
programs.bash = {