Bcachefs: Difference between revisions

drop 23.11
Onny (talk | contribs)
Simplify setup instructions
Line 119: Line 119:
{
{
   description = "Bcachefs enabled installation media";
   description = "Bcachefs enabled installation media";
   inputs.nixos.url = "nixpkgs/nixos-24.05";
   inputs.nixos.url = "nixpkgs/nixos-24.11";
   outputs = { self, nixos }: {
   outputs = { self, nixos }: {
     nixosConfigurations = {
     nixosConfigurations = {
Line 142: Line 142:


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# git init
# git add flake.nix
# nix build .#nixosConfigurations.exampleIso.config.system.build.isoImage
# nix build .#nixosConfigurations.exampleIso.config.system.build.isoImage
</syntaxhighlight>
</syntaxhighlight>