Move images to separate repo
This commit is contained in:
+1
-4
@@ -1,4 +1,4 @@
|
||||
{ pkgs, top, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
c = pkgs.callPackage;
|
||||
@@ -15,9 +15,6 @@ in
|
||||
hms = c ./hms { };
|
||||
inject-darwin = c ./inject-darwin.nix { };
|
||||
inject = c ./inject.nix { };
|
||||
img-bitwarden = c ./img-bitwarden.nix { };
|
||||
img-builder = c ./img-builder.nix { inherit top; };
|
||||
img-immich = c ./img-immich.nix { };
|
||||
qemu-hook = c ./qemu-hook.nix { };
|
||||
setup-ssh = c ./setup-ssh { };
|
||||
upgrade-pg-cluster = c ./upgrade-pg-cluster.nix { };
|
||||
|
||||
Reference in New Issue
Block a user