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";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
packages = rec {
|
||||
packages.${system} = rec {
|
||||
uiua = uiua.packages.${system}.default;
|
||||
nickel = nickel.packages.${system}.default;
|
||||
default = nickel;
|
||||
};
|
||||
hydraJobs = {
|
||||
inherit (self) packages;
|
||||
default = packages;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue