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";
|
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 {
|
||||||
packages = {
|
packages = {
|
||||||
uiua = uiua.packages.${system}.default;
|
uiua = uiua.packages.${system}.default;
|
||||||
|
|
Loading…
Reference in a new issue