[extra/nix] add

This commit is contained in:
Felix Buehler 2021-06-22 21:03:51 +02:00
parent 799d32384f
commit 8d4ba02b23

View file

@ -3,5 +3,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nixpkgs-fmt nixpkgs-fmt
nix-prefetch-git nix-prefetch-git
nix-prefetch-github
]; ];
} }