Do not specify "src" in Direnv Nix expression

This commit is contained in:
Emery Hemingway 2024-04-06 12:47:45 +01:00
parent d40c29ecad
commit e2b96e39ef
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 ./.;
}