condense flake

This commit is contained in:
nek0 2023-08-24 19:51:25 +02:00
parent 06e3d5c2ec
commit d75e0e1eeb

View file

@ -31,10 +31,7 @@
packageName = "vulkan-tutorial";
in rec {
packages = rec {
vulkan-tutorial = haskellPackages.vulkan-tutorial;
default = vulkan-tutorial;
};
packages.default = haskellPackages.vulkan-tutorial;
devShells.default = haskellPackages.shellFor {
packages = p: [ p.vulkan-tutorial ];