File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
3333 run : nix fmt -- . --check --exclude ./third_party --exclude ./cheriot-rtos
3434
3535 - name : Run Lints
36- run : nix run .?submodules=1 #lint-all
36+ run : nix run .#lint-all
3737
3838 - name : Build Software
3939 run : |
40- nix build -L .?submodules=1 #sonata-exercises
41- nix build -L .?submodules=1 #sonata-examples
42- nix build -L .?submodules=1 #sonata-automotive-demo-legacy-component
43- nix build -L .?submodules=1 #sonata-heartbleed-demo-legacy-component
44- nix build -L .?submodules=1 #sonata-tests
40+ nix build -L .#sonata-exercises
41+ nix build -L .#sonata-examples
42+ nix build -L .#sonata-automotive-demo-legacy-component
43+ nix build -L .#sonata-heartbleed-demo-legacy-component
44+ nix build -L .#sonata-tests
4545
4646 - name : Run Nix Checks
47- run : nix flake check -L .?submodules=1 #
47+ run : nix flake check -L .#
Original file line number Diff line number Diff line change 33{
44 description = "Sonata software" ;
55 inputs = {
6+ self . submodules = true ;
67 sonata-system . url = "github:lowRISC/sonata-system" ;
78 lowrisc-nix . follows = "sonata-system/lowrisc-nix" ;
89 nixpkgs . follows = "lowrisc-nix/nixpkgs" ;
You can’t perform that action at this time.
0 commit comments