Create template for docker image

This commit is contained in:
thiloho
2024-09-29 15:00:19 +02:00
parent 6c9b42369f
commit 6c314970bd
4 changed files with 57 additions and 0 deletions

View File

@@ -49,6 +49,8 @@
dev-vm = self.nixosConfigurations.dev-vm.config.system.build.vm;
default = pkgs.callPackage ./nix/package.nix { };
docker = pkgs.callPackage ./nix/docker.nix { };
}
);