Add no-crane build to flake check... just in case
This commit is contained in:
parent
a0289ee546
commit
e5023f897e
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
};
|
||||
};
|
||||
build = outputs.packages.${pkgs.system}.default;
|
||||
build-no-crane = outputs.packages.${pkgs.system}.kodotag-no-crane;
|
||||
});
|
||||
|
||||
packages = genPkgs (pkgs: let
|
||||
|
|
Loading…
Reference in a new issue