mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-04 03:16:05 -04:00
Bump version to 2.1.0
This commit is contained in:
parent
73aeed39cb
commit
9cbfc41b36
@ -2,7 +2,7 @@ package main
|
|||||||
|
|
||||||
// Build constants
|
// Build constants
|
||||||
|
|
||||||
const VERSION = "2.0.2"
|
const VERSION = "2.1.0"
|
||||||
|
|
||||||
const REPOSITORY_URL = "https://github.com/unmojang/drasl"
|
const REPOSITORY_URL = "https://github.com/unmojang/drasl"
|
||||||
|
|
||||||
|
@ -14,14 +14,14 @@
|
|||||||
nixpkgs,
|
nixpkgs,
|
||||||
buildNodeModules,
|
buildNodeModules,
|
||||||
}: let
|
}: let
|
||||||
version = "2.0.2";
|
version = "2.1.0";
|
||||||
|
|
||||||
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
|
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
|
||||||
|
|
||||||
# Helper function to generate an attrset '{ x86_64-linux = f "x86_64-linux"; ... }'.
|
# Helper function to generate an attrset '{ x86_64-linux = f "x86_64-linux"; ... }'.
|
||||||
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
||||||
|
|
||||||
overlays = [ ];
|
overlays = [];
|
||||||
|
|
||||||
nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system overlays;});
|
nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system overlays;});
|
||||||
nixpkgsCross =
|
nixpkgsCross =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user