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,7 +12,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };
outputs = { self, flake-utils, nixpkgs, uiua }: outputs = { self, nixpkgs, uiua, nickel }:
let system = "x86_64-linux"; let system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
in { in {