File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959
6060 build_version = "awawa" ;
6161
62- mkBuild = packages : build :
62+ mkBuild = packages : build : version :
6363 pkgs . stdenv . mkDerivation {
6464 name = build ;
6565
110110 ZEPHYR_SDK_INSTALL_DIR = "${ zephyr-sdk } " ;
111111
112112 buildPhase = ''
113- ${ packages . zmake } /bin/zmake -j8 build --static -t zephyr ${ build }
113+ ${ packages . zmake } /bin/zmake -j8 build --static -t zephyr ${ build } -v ${ version }
114114 '' ;
115115
116116 installPhase = ''
124124 formatter = pkgs . alejandra ;
125125
126126 packages . default = packages . lotus ;
127- packages . lotus = mkBuild packages "lotus" ;
128- packages . azalea = mkBuild packages "azalea" ;
129- packages . marigold = mkBuild packages "marigold" ;
130- packages . lilac = mkBuild packages "lilac" ;
127+ packages . lotus = mkBuild packages "lotus" "0.0.0" ;
128+ packages . azalea = mkBuild packages "azalea" "0.0.0" ;
129+ packages . marigold = mkBuild packages "marigold" "0.0.0" ;
130+ packages . lilac = mkBuild packages "lilac" "0.0.1" ;
131131
132132 packages . zmake = pythonPkgs . buildPythonPackage {
133133 name = "zmake" ;
You can’t perform that action at this time.
0 commit comments