We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fbd10 commit c7d0385Copy full SHA for c7d0385
flake.nix
@@ -20,7 +20,7 @@
20
name = pname;
21
22
src = ./.;
23
- dubLock = ./dub-lock.json;
+ dubLock.dependencies = {};
24
25
nativeBuildInputs = [ pkgs.makeWrapper ];
26
0 commit comments