Remove unused files

This commit is contained in:
Eelco Dolstra
2020-05-14 14:34:50 +02:00
parent 3116788c9b
commit 0ffc85d64b
4 changed files with 2 additions and 70 deletions

View File

@@ -10,11 +10,7 @@
with import ./build-vms.nix { inherit system pkgs minimal extraConfigurations; };
with pkgs;
let
jquery-ui = callPackage ./testing/jquery-ui.nix { };
jquery = callPackage ./testing/jquery.nix { };
in rec {
rec {
inherit pkgs;