mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
fix: statix fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -12,7 +12,7 @@ in {
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
configFile.source = ./config.nu;
|
||||
shellAliases = shellAliases;
|
||||
inherit shellAliases;
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
|
||||
Reference in New Issue
Block a user