mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 22:52:50 +02:00
fix: Move packaging files from dist/
to pkg/
This commit is contained in:
parent
c0c772639f
commit
e3072c4392
13 changed files with 8 additions and 8 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue