Allow Unfree for CUDA
This commit is contained in:
parent
5bb350b79c
commit
053bfcc1e0
1 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@ default:
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir -p /etc/nix
|
- mkdir -p /etc/nix
|
||||||
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||||
|
- export NIXPKGS_ALLOW_UNFREE=1
|
||||||
- cachix use "$CACHIX_CACHE_NAME"
|
- cachix use "$CACHIX_CACHE_NAME"
|
||||||
|
|
||||||
general-packages:
|
general-packages:
|
||||||
|
@ -17,7 +18,7 @@ general-packages:
|
||||||
inherit:
|
inherit:
|
||||||
default: [before_script, image]
|
default: [before_script, image]
|
||||||
script:
|
script:
|
||||||
- cachix watch-exec robossembler -- nix develop .#all -c echo "General Packages is BUILT"
|
- cachix watch-exec robossembler -- nix develop .#all --impure -c echo "General Packages is BUILT"
|
||||||
|
|
||||||
ros-packages:
|
ros-packages:
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -31,4 +32,4 @@ perception-packages:
|
||||||
inherit:
|
inherit:
|
||||||
default: [before_script, image]
|
default: [before_script, image]
|
||||||
script:
|
script:
|
||||||
- cachix watch-exec robossembler -- nix develop .#perception -c echo "PERCEPTION packages is BUILT"
|
- cachix watch-exec robossembler -- nix develop .#perception --impure -c echo "PERCEPTION packages is BUILT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue