From c085792db2b9774f5af9307ed65aaa9cce607e7a Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sat, 23 Dec 2023 02:28:57 +0100 Subject: [PATCH] Also in output It might help if I add the thing I want a flake to output, to the outputs... --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 88dba6a..b02489a 100644 --- a/flake.nix +++ b/flake.nix @@ -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;