Skip to content

Commit b3dad75

Browse files
committed
nix: temporary patches override
1 parent 6739829 commit b3dad75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
packages = {
2626
default = self'.packages.hpp-romeo;
2727
hpp-romeo = pkgs.python3Packages.hpp-romeo.overrideAttrs (_: {
28+
patches = [];
2829
src = pkgs.lib.fileset.toSource {
2930
root = ./.;
3031
fileset = pkgs.lib.fileset.unions [

0 commit comments

Comments
 (0)