extras: fixed syntax error in dax-applets #55

Merged
sb10q merged 1 commits from :feature/dax into master 2021-06-07 23:03:21 +08:00

Fixed the error below.

hydra-eval-jobs returned exit code 1:
warning: unknown setting 'gc-check-reachability'
querying info about '/nix/store/3isfnwc3miba439p9vzpyjmbb11zckw5-generated-nix' on 'https://cache.nixos.org'...
downloading 'https://cache.nixos.org/3isfnwc3miba439p9vzpyjmbb11zckw5.narinfo'...
connecting to 'localhost'...
cannot build on 'localhost': don't know how to open Nix store 'localhost'
building '/nix/store/3k7nz8k3sdj7287g7izrlyw8rzhjxrdc-generated-nix.drv'...
error: syntax error, unexpected CONCAT

       at /nix/store/3isfnwc3miba439p9vzpyjmbb11zckw5-generated-nix/extras.nix:282:9:

          281|       propagatedBuildInputs = [ artiq pyqtgraph-qt5 ];
          282|         ++ (with pkgs.python3Packages; [ numpy pyqt5 ]);
             |         ^
          283|       checkInputs = [ pkgs.python3Packages.mypy pkgs.python3Packages.flake8 ];
error: worker error: error: syntax error, unexpected CONCAT

              at /nix/store/3isfnwc3miba439p9vzpyjmbb11zckw5-generated-nix/extras.nix:282:9:

                 281|       propagatedBuildInputs = [ artiq pyqtgraph-qt5 ];
                 282|         ++ (with pkgs.python3Packages; [ numpy pyqt5 ]);
                    |         ^
                 283|       checkInputs = [ pkgs.python3Packages.mypy pkgs.python3Packages.flake8 ];
Fixed the error below. ``` hydra-eval-jobs returned exit code 1: warning: unknown setting 'gc-check-reachability' querying info about '/nix/store/3isfnwc3miba439p9vzpyjmbb11zckw5-generated-nix' on 'https://cache.nixos.org'... downloading 'https://cache.nixos.org/3isfnwc3miba439p9vzpyjmbb11zckw5.narinfo'... connecting to 'localhost'... cannot build on 'localhost': don't know how to open Nix store 'localhost' building '/nix/store/3k7nz8k3sdj7287g7izrlyw8rzhjxrdc-generated-nix.drv'... error: syntax error, unexpected CONCAT at /nix/store/3isfnwc3miba439p9vzpyjmbb11zckw5-generated-nix/extras.nix:282:9: 281| propagatedBuildInputs = [ artiq pyqtgraph-qt5 ]; 282| ++ (with pkgs.python3Packages; [ numpy pyqt5 ]); | ^ 283| checkInputs = [ pkgs.python3Packages.mypy pkgs.python3Packages.flake8 ]; error: worker error: error: syntax error, unexpected CONCAT at /nix/store/3isfnwc3miba439p9vzpyjmbb11zckw5-generated-nix/extras.nix:282:9: 281| propagatedBuildInputs = [ artiq pyqtgraph-qt5 ]; 282| ++ (with pkgs.python3Packages; [ numpy pyqt5 ]); | ^ 283| checkInputs = [ pkgs.python3Packages.mypy pkgs.python3Packages.flake8 ]; ```
lriesebos added 1 commit 2021-06-07 23:02:55 +08:00
sb10q merged commit 18f39a0868 into master 2021-06-07 23:03:21 +08:00

@lriesebos There are still more errors:

error: undefined variable 'version'

       at /nix/store/9rh0ik7vna7rlkbimvsmwjxb4zjjqzqm-generated-nix/extras.nix:254:17:

          253|       url = "https://gitlab.com/duke-artiq/dax.git";
          254|       rev = "v${version}";
             |                 ^
          255|       sha256 = "1agxyx2rxylrwc3zyz2czdbfv2sxrx5mrwahm0n7gnn87f32h36v";
@lriesebos There are still more errors: ```text error: undefined variable 'version' at /nix/store/9rh0ik7vna7rlkbimvsmwjxb4zjjqzqm-generated-nix/extras.nix:254:17: 253| url = "https://gitlab.com/duke-artiq/dax.git"; 254| rev = "v${version}"; | ^ 255| sha256 = "1agxyx2rxylrwc3zyz2czdbfv2sxrx5mrwahm0n7gnn87f32h36v"; ```
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nix-scripts#55
There is no content yet.