Installed nix-prefetch

This commit is contained in:
Alejandro Angulo 2023-03-26 09:55:13 -07:00
parent 3acaeba1ce
commit 3d6eb05ba4
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -20,6 +20,7 @@ in {
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
alejandra
nix-prefetch
];
nix = let