http://pkgs.tgirl.cloud/

chore: update shell

Changed files
+4 -4
+4 -4
shell.nix
··· 1 1 { 2 - nvfetcher, 2 + nix-update, 3 3 mkShellNoCC, 4 - nixfmt-rfc-style, 4 + nixfmt-tree, 5 5 simple-http-server, 6 6 writeShellApplication, 7 7 }: 8 8 mkShellNoCC { 9 9 packages = [ 10 - nvfetcher 11 - nixfmt-rfc-style 10 + nix-update 11 + nixfmt-tree 12 12 13 13 (writeShellApplication { 14 14 name = "docs";