Rename nix service

This commit is contained in:
E M 2026-02-02 15:15:49 +11:00
parent 6799178813
commit 27da7200a6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ let
in stdenv.mkDerivation rec {
pname = "storage";
version = "${tools.findKeyValue "version = \"([0-9]+\.[0-9]+\.[0-9]+)\"" ../codex.nimble}-${revision}";
version = "${tools.findKeyValue "version = \"([0-9]+\.[0-9]+\.[0-9]+)\"" ../storage.nimble}-${revision}";
inherit src;

View File

@ -17,7 +17,7 @@ in
package = mkOption {
type = types.package;
default = pkgs.callPackage ./default.nix { src = self; inherit circomCompatPkg; };
defaultText = literalExpression "pkgs.codex";
defaultText = literalExpression "pkgs.storage";
description = mdDoc "Package to use as Nim Logos Storage node.";
};