feat: Move packaging scripts into dist/ and consolidate the service files

This commit is contained in:
Ginger
2025-09-02 09:35:15 -04:00
committed by Jade Ellis
parent 467aed3028
commit d19e0f0d97
16 changed files with 16 additions and 183 deletions
+1 -1
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 ./nix/pkgs/main { };
main = self.callPackage ./dist/nix/pkgs/main { };
liburing = pkgs.liburing.overrideAttrs {
# Tests weren't building
outputs = [