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

View File

@@ -15,8 +15,8 @@ with pkgs;
({
owner = "floscr";
repo = "nimfp";
rev = "master";
sha256 = "sha256-gEs4qovho5qTXCquEG+fZOsL3rGB+Ql/r0IeLhnHjFk=";
rev = "527d06ded4f95e0392c1035ad4816af22d2b7edd";
sha256 = "sha256-4EzwK8FPbDxeSjw0x8iYTgF6YJvOXZ69zPc19fkTX7s=";
}))
classy
nimboost