Also in output

It might help if I add the thing I want a flake to output, to the
outputs...
This commit is contained in:
Nox Sluijtman 2023-12-23 02:28:57 +01:00
parent db5995518b
commit c085792db2

View file

@ -12,9 +12,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, flake-utils, nixpkgs, uiua }:
let system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
outputs = { self, nixpkgs, uiua, nickel }:
let system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
in {
packages = {
uiua = uiua.packages.${system}.default;