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:
parent
db5995518b
commit
c085792db2
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue