Bcachefs: Difference between revisions
drop 23.11 |
Simplify setup instructions |
||
Line 119: | Line 119: | ||
{ | { | ||
description = "Bcachefs enabled installation media"; | description = "Bcachefs enabled installation media"; | ||
inputs.nixos.url = "nixpkgs/nixos-24. | 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"> | ||
# nix build .#nixosConfigurations.exampleIso.config.system.build.isoImage | # nix build .#nixosConfigurations.exampleIso.config.system.build.isoImage | ||
</syntaxhighlight> | </syntaxhighlight> |