Compare commits

..

2 Commits

Author SHA1 Message Date
Whovian NTSN a63133b2eb Fix `nix-index`, oops. 2024-05-20 20:05:35 -04:00
Whovian NTSN b6c3c71ad1 Removing some comments 2024-05-19 21:13:31 -04:00
2 changed files with 4 additions and 3 deletions

View File

@ -125,8 +125,6 @@
config.allowUnfree = true; config.allowUnfree = true;
}; };
inherit agenix; inherit agenix;
# inherit my_packages;
# my_pkgs = my_packages.packages.x86_64-linux;
}; };
}; };
} }

View File

@ -49,7 +49,10 @@ in
}; };
nix-index = { nix-index = {
enable = false; enable = true;
enableZshIntegration = false;
enableBashIntegration = false;
enableFishIntegration = false;
}; };
ripgrep = { ripgrep = {