File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildGoModule rec {
2323
2424 ldflags = [ "-s" "-w" ] ;
2525
26- passthru . updateScript = nix-update-script {
26+ passthru . updateScript = nix-update-script {
2727 extraArgs = [ "--flake" ] ;
2828 } ;
2929
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildGoModule rec {
2424 ldflags = [ "-s" "-w" ] ;
2525
2626 passthru . updateScript = nix-update-script {
27- extraArgs = [ "--flake" ] ;
27+ extraArgs = [ "--flake" ] ;
2828 } ;
2929
3030 meta = {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ buildGoModule rec {
2727 doCheck = false ;
2828
2929 passthru . updateScript = nix-update-script {
30- extraArgs = [ "--flake" ] ;
30+ extraArgs = [ "--flake" ] ;
3131 } ;
3232
3333 meta = with lib ; {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ buildGoModule rec {
2727 doCheck = false ;
2828
2929 passthru . updateScript = nix-update-script {
30- extraArgs = [ "--flake" ] ;
30+ extraArgs = [ "--flake" ] ;
3131 } ;
3232
3333 meta = with lib ; {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildGoModule rec {
2020 doCheck = false ;
2121
2222 passthru . updateScript = nix-update-script {
23- extraArgs = [ "--flake" ] ;
23+ extraArgs = [ "--flake" ] ;
2424 } ;
2525
2626 meta = with lib ; {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ buildGoModule rec {
2727 tags = [ "urfave_cli_no_docs" ] ;
2828
2929 passthru . updateScript = nix-update-script {
30- extraArgs = [ "--flake" ] ;
30+ extraArgs = [ "--flake" ] ;
3131 } ;
3232
3333 meta = with lib ; {
Original file line number Diff line number Diff line change 6363 tags = [ "urfave_cli_no_docs" ] ;
6464
6565 passthru . updateScript = nix-update-script {
66- extraArgs = [ "--flake" ] ;
66+ extraArgs = [ "--flake" ] ;
6767 } ;
6868
6969 meta = with lib ; {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
4141 doCheck = false ;
4242
4343 passthru . updateScript = nix-update-script {
44- extraArgs = [ "--flake" ] ;
44+ extraArgs = [ "--flake" ] ;
4545 } ;
4646
4747 meta = with lib ; {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildGoModule rec {
2424 ldflags = [ "-s" "-w" ] ;
2525
2626 passthru . updateScript = nix-update-script {
27- extraArgs = [ "--flake" ] ;
27+ extraArgs = [ "--flake" ] ;
2828 } ;
2929
3030 meta = {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ buildGoModule rec {
2828 ] ;
2929
3030 passthru . updateScript = nix-update-script {
31- extraArgs = [ "--flake" ] ;
31+ extraArgs = [ "--flake" ] ;
3232 } ;
3333
3434 meta = {
You can’t perform that action at this time.
0 commit comments