From de8a452fbb458215e7b92a357ec59794bb255bd6 Mon Sep 17 00:00:00 2001 From: zack Date: Mon, 21 Oct 2024 19:31:47 -0400 Subject: [PATCH] change to package (was derivation) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b19e1de..ce8a99b 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ }; package = mkOption rec { - type = types.derivation; + type = types.package; default = self.packages.${pkgs.system}.default; example = default; description = "The phoenix package containing the application";