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
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs = { self, flake-utils, nixpkgs, uiua }:
|
||||
outputs = { self, nixpkgs, uiua, nickel }:
|
||||
let system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue