Enable nix-bitcoin.useVersionLockedPkgs by default in flake.nix

This commit is contained in:
Bitcoin Txoko
2024-07-23 10:15:14 +02:00
committed by GitHub
parent 5eacd16c03
commit 3b67911c40
+1 -1
View File
@@ -55,7 +55,7 @@
# The downsides are increased evaluation times and increased system # The downsides are increased evaluation times and increased system
# closure size. # closure size.
# #
# nix-bitcoin.useVersionLockedPkgs = true; nix-bitcoin.useVersionLockedPkgs = true;
]; ];
}; };
}; };