Skip to content

Commit

Permalink
use bcachefs-git
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Aug 1, 2024
1 parent 34f8e05 commit 62104f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{
description = "Unstable NixOS custom installation media";
inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
inputs.bcachefs-tools.url = "github:koverstreet/bcachefs-tools";
outputs =
{ self, nixpkgs }:
let
Expand Down
7 changes: 7 additions & 0 deletions graphical-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

{
config,
inputs,
lib,
pkgs,
system,
Expand Down Expand Up @@ -54,4 +55,10 @@
];

systemd.enableUnifiedCgroupHierarchy = lib.mkForce false;

nixpkgs.overlays = [
(final: prev: {
bcachefs-tools = inputs.bcachefs-tools.packages.${pkgs.system}.bcachefs-tools;
})
];
}

0 comments on commit 62104f2

Please sign in to comment.