condense flake

This commit is contained in:
nek0 2023-08-24 19:51:25 +02:00 committed by Amedeo Molnár
parent a6af76f3b3
commit 9d34dacf76
1 changed files with 1 additions and 4 deletions

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 ];