forked from DGNum/colmena
default.nix: Oops
This commit is contained in:
parent
14f6c707f5
commit
ea09e60e36
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue