mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 19:42:50 +02:00
feat: Move packaging scripts into dist/
and consolidate the service files
This commit is contained in:
parent
99b44bbf09
commit
19c9a896a6
16 changed files with 16 additions and 183 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue