-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zfs: Fix samba freeform settings and 2.1 build #340165
zfs: Fix samba freeform settings and 2.1 build #340165
Conversation
@ofborg test zfs |
a1ff301
to
5c7c22f
Compare
@ofborg test zfs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully ran nix-build -A zfs_2_1.passthru.tests -A zfs_2_2.passthru.tests
# Add Bash completions. | ||
install -v -m444 -D -t $out/share/bash-completion/completions contrib/bash_completion.d/zfs | ||
(cd $out/share/bash-completion/completions; ln -s zfs zpool) | ||
''} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed it seems the completions get installed in current 2.2 without needing to manually install.
installerBoot = (import ./installer.nix { }).separateBootZfs; | ||
installer = (import ./installer.nix { }).zfsroot; | ||
installerBoot = (import ./installer.nix { inherit system; }).separateBootZfs; | ||
installer = (import ./installer.nix { inherit system; }).zfsroot; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this now needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has always been needed when building with nixpkgs as a flake. It just failed to eval :P I should separate this into another commit. Will do.
f6fc71b
to
cf572e0
Compare
@ofborg test zfs |
FYI, you can add simple edits to an existing ofborg comment and it'll be reprocessed. |
Description of changes
Fix zfs tests after #302681, and 2.1 after #339696
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.