Skip to content

Commit dbb39c2

Browse files
committed
Re-bootstrap with nix-bootstrap
1 parent 4c71a00 commit dbb39c2

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.last-exported-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Last exported commit from parent repo: 9428df9a3d71867350f17c1a022e744fce6d2410
1+
Last exported commit from parent repo: 551f176e30505f6914aff5575a42ff299a9de75b

.nix-bootstrap.dhall

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
-- It should be checked into version control.
33
-- It is used to aid migration between nix-bootstrap versions and preserve idempotence.
44

5+
let NodePackageManager = < NPM | PNPm | Yarn >
6+
7+
let ElmMode = < Bare | Node : NodePackageManager >
8+
9+
let ElmOptions = { elmMode : ElmMode, provideElmReview : Bool }
10+
511
let JavaOptions =
612
{ installMinishift : Bool
713
, installLombok : Bool
@@ -10,7 +16,8 @@ let JavaOptions =
1016

1117
let ProjectType =
1218
< Minimal
13-
| Node : < NPM | PNPm | Yarn >
19+
| Elm : ElmOptions
20+
| Node : NodePackageManager
1421
| Go : Bool
1522
| Java : JavaOptions
1623
| Python

nix-bootstrap.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: nix-bootstrap
8-
version: 1.3.2.0
8+
version: 1.3.2.1
99
author: gchquser
1010
maintainer: [email protected]
1111
copyright: Crown Copyright

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
name: nix-bootstrap
15-
version: 1.3.2.0
15+
version: 1.3.2.1
1616
author: gchquser
1717
maintainer: [email protected]
1818
copyright: Crown Copyright

0 commit comments

Comments
 (0)