Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit e77cd4c

Browse files
feat(packages/btrfs-progs): enable experimental build
1 parent 293cade commit e77cd4c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/btrfs-progs/default.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ btrfs-progs.overrideAttrs (old: {
44
(old.patches or [])
55
++ [
66
./dump-csum.patch
7-
./receive-selinux.patch
7+
./remove-receive-errors.patch
8+
];
9+
10+
configureFlags =
11+
(old.configureFlags or [])
12+
++ [
13+
"--enable-experimental"
814
];
915
})

0 commit comments

Comments
 (0)