mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
fix nix
This commit is contained in:
parent
493c954b49
commit
a3a319cf5b
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
cross-naersk' = pkgs.callPackage cross-naersk {inherit naersk;};
|
cross-naersk' = pkgs.callPackage cross-naersk {inherit naersk;};
|
||||||
nearskOpt = {
|
nearskOpt = {
|
||||||
inherit (pkgs.demostf-parser) pname root;
|
inherit (pkgs.demostf-parser) pname src;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildMatrix = targets: {
|
buildMatrix = targets: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue