mirror of
https://github.com/nix-community/disko.git
synced 2024-11-04 05:44:29 +03:00
bcachefs: drop zfs hack
This commit is contained in:
parent
c54e7e2b2b
commit
0c9b003a48
@ -2,11 +2,11 @@
|
|||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1708815994,
|
"lastModified": 1709386671,
|
||||||
"narHash": "sha256-hL7N/ut2Xu0NaDxDMsw2HagAjgDskToGiyZOWriiLYM=",
|
"narHash": "sha256-VPqfBnIJ+cfa78pd4Y5Cr6sOWVW8GYHRVucxJGmRf8Q=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9a9dae8f6319600fa9aebde37f340975cab4b8c0",
|
"rev": "fa9a51752f1b5de583ad5213eb621be071806663",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -12,13 +12,5 @@ diskoLib.testLib.makeDiskoTest {
|
|||||||
# so that the installer boots with a bcachefs enabled kernel
|
# so that the installer boots with a bcachefs enabled kernel
|
||||||
extraInstallerConfig = {
|
extraInstallerConfig = {
|
||||||
boot.supportedFilesystems = [ "bcachefs" ];
|
boot.supportedFilesystems = [ "bcachefs" ];
|
||||||
# disable zfs so we can support latest kernel
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
(_final: super: {
|
|
||||||
zfs = super.zfs.overrideAttrs (_: {
|
|
||||||
meta.platforms = [ ];
|
|
||||||
});
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user