Remove bcachefs patch
This commit is contained in:
parent
e9264980c3
commit
d7457795f1
4 changed files with 1 additions and 6 deletions
|
@ -7,5 +7,4 @@
|
|||
"fd0d:a262:1fa6:e621:6ec2:1e4e:ce7f:d2af/64"
|
||||
];
|
||||
boot.supportedFilesystems = [ "bcachefs" ];
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_testing_bcachefs;
|
||||
}
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_testing_bcachefs;
|
||||
|
||||
boot.supportedFilesystems = [ "bcachefs" ];
|
||||
|
||||
boot.initrd.luks.devices = {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ nixpkgs-soundtouch, nixpkgs-kicad, system, pkgs, nixpkgs, nixpkgs-bcachefs, hydra, ... }: with pkgs;
|
||||
{ nixpkgs-soundtouch, nixpkgs-kicad, system, pkgs, nixpkgs, hydra, ... }: with pkgs;
|
||||
let
|
||||
bcachefs = import nixpkgs-bcachefs { inherit system; };
|
||||
n-kicad = import nixpkgs-kicad { inherit system; };
|
||||
hydra-pkg = hydra.defaultPackage.${system};
|
||||
rtf-tokenize = with python3Packages; buildPythonPackage rec {
|
||||
|
|
|
@ -6,7 +6,6 @@ rec {
|
|||
nixpkgs.url = github:NixOS/nixpkgs;
|
||||
nixpkgs-kicad.url = github:NixOS/nixpkgs/f4998c542d68a8a6e3d345d5c106e5915f430a16;
|
||||
nixpkgs-soundtouch.url = "github:darkkirb/nixpkgs?ref=soundtouch-2.3.1";
|
||||
nixpkgs-bcachefs.url = github:darkkirb/nixpkgs?ref=update-bcachefs;
|
||||
flake-utils.url = github:numtide/flake-utils;
|
||||
rust-overlay.url = github:oxalica/rust-overlay;
|
||||
cargo2nix.url = "github:cargo2nix/cargo2nix/be-friendly-to-users"; # dummy
|
||||
|
|
Loading…
Reference in a new issue