fix(flake): fix another error with missing files

PLEASSSEEEEEEE
This commit is contained in:
Artur Manuel 2024-08-14 04:18:58 +01:00
commit 0044a77ee5
Failed to generate hash of commit

View file

@ -25,7 +25,7 @@
]; ];
}; };
packages.pankomacs = pkgs.callPackage ./package/package.nix { }; packages.pankomacs = pkgs.callPackage ./package { };
packages.default = self'.packages.pankomacs; packages.default = self'.packages.pankomacs;
formatter = pkgs.nixpkgs-fmt; formatter = pkgs.nixpkgs-fmt;