Set version and default package
This commit is contained in:
parent
ceffebde2e
commit
18c4ebdb86
|
@ -8,8 +8,7 @@
|
||||||
let
|
let
|
||||||
|
|
||||||
# Generate a user-friendly version numer.
|
# Generate a user-friendly version numer.
|
||||||
#version = builtins.substring 0 8 self.lastModifiedDate;
|
version = builtins.substring 0 8 self.lastModifiedDate;
|
||||||
version = "unstable";
|
|
||||||
|
|
||||||
# System types to support.
|
# System types to support.
|
||||||
supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
|
supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
|
||||||
|
@ -58,7 +57,7 @@
|
||||||
${elem} = nixpkgsFor.${system}.${"coriolis-${elem}"};
|
${elem} = nixpkgsFor.${system}.${"coriolis-${elem}"};
|
||||||
}) {} components);
|
}) {} components);
|
||||||
|
|
||||||
defaultPackage = forAllSystems (system: self.packages.${system}.coriolis);
|
defaultPackage = forAllSystems (system: self.packages.${system}.unicorn);
|
||||||
devShell = defaultPackage;
|
devShell = defaultPackage;
|
||||||
|
|
||||||
#hydraJobs.coriolis = self.defaultPackage;
|
#hydraJobs.coriolis = self.defaultPackage;
|
||||||
|
|
Loading…
Reference in New Issue