Reading up on things tends to help...
This commit is contained in:
parent
344db7696c
commit
08d286101c
|
@ -15,14 +15,12 @@
|
||||||
let system = "x86_64-linux";
|
let system = "x86_64-linux";
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
in {
|
in {
|
||||||
packages = rec {
|
packages.${system} = rec {
|
||||||
uiua = uiua.packages.${system}.default;
|
uiua = uiua.packages.${system}.default;
|
||||||
nickel = nickel.packages.${system}.default;
|
nickel = nickel.packages.${system}.default;
|
||||||
default = nickel;
|
|
||||||
};
|
};
|
||||||
hydraJobs = {
|
hydraJobs = {
|
||||||
inherit (self) packages;
|
inherit (self) packages;
|
||||||
default = packages;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue