Fix flake

This commit is contained in:
Florian Schroedl
2022-05-04 17:00:00 +02:00
parent af063ba2f2
commit 1350bd62f4
2 changed files with 5 additions and 4 deletions

View File

@@ -23,9 +23,9 @@
inherit (nixos.lib) flatten;
in
rec {
packages.nim_org_parse =
packages.org_parser =
let
pkgName = "nim_org_parse";
pkgName = "org_parser";
in
pkgs.stdenv.mkDerivation {
name = pkgName;
@@ -42,6 +42,7 @@
dstName = pkgName;
packages = flatten [
(with nimpkgs; [
result
])
customNimPkgs.fusion
customNimPkgs.nimfp