Skip to content

Commit

Permalink
init at 3.0.1-beta.2405292059
Browse files Browse the repository at this point in the history
removed rec
  • Loading branch information
d4rkstar committed Jun 9, 2024
1 parent 292bf6c commit efb2565
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/nu/nuv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
let
branch = "3.0.0";
version = "3.0.1-beta.2405292059";
in
buildGoModule rec {
pname = "nuv";
inherit version;
in
buildGoModule {
inherit pname version;

src = fetchFromGitHub {
owner = "nuvolaris";
Expand Down Expand Up @@ -55,7 +55,7 @@ buildGoModule rec {
'';

passthru.tests = {
simple = callPackage ./tests.nix {inherit pname version; };
simple = callPackage ./tests.nix { inherit pname version; };
};

meta = {
Expand Down

0 comments on commit efb2565

Please sign in to comment.