Remove bcachefs patch

This commit is contained in:
Charlotte 🦝 Delenk 2022-03-25 20:46:17 +01:00
parent e9264980c3
commit d7457795f1
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
4 changed files with 1 additions and 6 deletions

View file

@ -7,5 +7,4 @@
"fd0d:a262:1fa6:e621:6ec2:1e4e:ce7f:d2af/64"
];
boot.supportedFilesystems = [ "bcachefs" ];
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_testing_bcachefs;
}

View file

@ -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 = {

View file

@ -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 {

View file

@ -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