Do not specify "src" in Direnv Nix expression

This commit is contained in:
Emery Hemingway 2024-04-06 12:47:45 +01:00
parent 602b3899e3
commit 15b26d9d63
1 changed files with 0 additions and 1 deletions

View File

@ -8,5 +8,4 @@ pkgs.buildNimPackage {
inherit (pkgs) getdns postgresql solo5 sqlite libxml2 libxslt;
};
lockFile = ./lock.json;
src = pkgs.lib.sources.cleanSource ./.;
}