fix: Move packaging files from dist/ to pkg/

This commit is contained in:
Ginger 2025-09-02 12:20:23 -04:00
commit e3072c4392
No known key found for this signature in database
13 changed files with 8 additions and 8 deletions

View file

@ -48,7 +48,7 @@
pkgs.lib.makeScope pkgs.newScope (self: {
inherit pkgs inputs;
craneLib = (inputs.crane.mkLib pkgs).overrideToolchain (_: toolchain);
main = self.callPackage ./dist/nix/pkgs/main { };
main = self.callPackage ./pkg/nix/pkgs/main { };
liburing = pkgs.liburing.overrideAttrs {
# Tests weren't building
outputs = [