fix flake

This commit is contained in:
Vivian 2022-09-13 14:57:48 +02:00
parent 2d0500eab4
commit b89da7fdd7

View file

@ -90,8 +90,10 @@
} }
nixHosts; nixHosts;
packages.${system}.default = colmena.packages.${system}.colmena; packages.${system} = {
packages.${system}.apply-local = apply-local; default = colmena.packages.${system}.colmena;
apply-local = apply-local;
};
# Use by running `nix develop` # Use by running `nix develop`
devShells.${system}.default = pkgs.mkShell { devShells.${system}.default = pkgs.mkShell {