-
-
Notifications
You must be signed in to change notification settings - Fork 268
Fix nix-community/disko#1045 #1058
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
base: master
Are you sure you want to change the base?
Fix nix-community/disko#1045 #1058
Conversation
|
Please don’t change the Nixpkgs input to your own fork, you’ll need to wait till it gets merged upstream |
|
That PR got merged 🎉 |
|
https://nixpkgs-tracker.ocfox.me/?pr=414391 Currently only on master, not nixpkgs-unstable yet |
|
It's in every channel now 🎉 |
|
@nothingnesses can you rebase this PR? |
1f07dfb to
6fe546d
Compare
6fe546d to
d6d6c38
Compare
tests/bcachefs.nix
Outdated
| extraModulePackages = [ | ||
| (config.boot.kernelPackages.callPackage pkgs.bcachefs-tools.kernelModule {}) | ||
| ]; | ||
| # Can also use the following instead of the above, | ||
| # which doesn't necessitate passing in `config`, | ||
| # so `{ config, ... }: ` can be removed: | ||
| # supportedFilesystems = [ "bcachefs" ]; |
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.
|
Looks like the disko-install test failed when it timed out trying to download this patch. Can someone restart it please? |
|
I ran it again but it's failing to download the patch inside the VM test which means there's a dependency missing from: disko/tests/disko-install/default.nix Lines 9 to 19 in 163dbfb
|
This fixes #1045 and updates the bcachefs test to handle the changes made. It also replaces
nixpkgswith a version from this PR. This part will need to be reverted, once the changes from that version gets merged upstream.