From b89da7fdd768ace51086a956efa013ff4830f398 Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 13 Sep 2022 14:57:48 +0200 Subject: [PATCH] fix flake --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 0a58f47..9c801ee 100644 --- a/flake.nix +++ b/flake.nix @@ -90,8 +90,10 @@ } nixHosts; - packages.${system}.default = colmena.packages.${system}.colmena; - packages.${system}.apply-local = apply-local; + packages.${system} = { + default = colmena.packages.${system}.colmena; + apply-local = apply-local; + }; # Use by running `nix develop` devShells.${system}.default = pkgs.mkShell {