default.nix: Oops

This commit is contained in:
Zhaofeng Li 2021-12-06 15:08:09 -08:00
parent 14f6c707f5
commit ea09e60e36
2 changed files with 3 additions and 3 deletions

View file

@ -35,8 +35,8 @@ jobs:
run: nix build -L
if: ${{ !contains(matrix.nix.name, '2.3') }}
- name: Build Colmena with flake-compat
run: nix-build
- name: Build and install Colmena with flake-compat
run: nix-env -if default.nix
- name: Build manual
run: nix build .#manual -L

View file

@ -38,7 +38,7 @@ in rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A simple, stateless NixOS deployment tool";
homepage = "https://zhaofengli.github.io/colmena/${apiVersion}";
homepage = "https://zhaofengli.github.io/colmena/${passthru.apiVersion}";
license = licenses.mit;
maintainers = with maintainers; [ zhaofengli ];
platforms = platforms.linux;