about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-05 14:42:40 +0100
committerRory& <root@rory.gay>2025-12-05 14:42:40 +0100
commit093bb4ccd7191557ea223d11d509d76c79e8dfac (patch)
tree6816a853e1677736ee02653459e9957d38fff266 /flake.nix
parentFederation work (diff)
downloadLibMatrix-093bb4ccd7191557ea223d11d509d76c79e8dfac.tar.xz
Packaging work HEAD codeberg/master master
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix

index 3555952..45a0b4b 100644 --- a/flake.nix +++ b/flake.nix
@@ -26,7 +26,7 @@ name, nugetDeps ? null, projectReferences ? [ ], - projectFile ? "${name}/${name}.csproj", + projectFile ? "${pkgs.lib.replaceString "RoryLibMatrix" "LibMatrix" name}/${pkgs.lib.replaceString "RoryLibMatrix" "LibMatrix" name}.csproj", }@args: pkgs.buildDotnetModule rec { inherit projectReferences nugetDeps projectFile; @@ -67,19 +67,19 @@ in { LibMatrix = makeNupkg { - name = "LibMatrix"; + name = "RoryLibMatrix"; nugetDeps = LibMatrix/deps.json; projectReferences = [ ArcaneLibs ]; }; LibMatrix-EventTypes = makeNupkg { - name = "LibMatrix.EventTypes"; + name = "RoryLibMatrix.EventTypes"; projectReferences = [ ArcaneLibs # LibMatrix ]; }; LibMatrix-Federation = makeNupkg { - name = "LibMatrix.Federation"; + name = "RoryLibMatrix.Federation"; nugetDeps = LibMatrix.Federation/deps.json; projectReferences = [ ArcaneLibs @@ -87,7 +87,7 @@ ]; }; LibMatrix-Bot-Utils = makeNupkg { - name = "LibMatrix.Utilities.Bot"; + name = "RoryLibMatrix.Utilities.Bot"; nugetDeps = Utilities/LibMatrix.Utilities.Bot/deps.json; projectFile = "Utilities/LibMatrix.Utilities.Bot/LibMatrix.Utilities.Bot.csproj"; projectReferences = [