From 493cdf167d94cd25bb6bcd8eb20fb195e46cd0a8 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sun, 14 Dec 2025 17:59:17 -0800 Subject: [PATCH] update iso --- flake.nix | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 3f514c5..8b9280d 100644 --- a/flake.nix +++ b/flake.nix @@ -132,6 +132,7 @@ ./extras/minecraft-server.nix ]; }; + # nix build .#nixosConfigurations.bcachefs-iso.config.system.build.isoImage bcachefs-iso = nixos.lib.nixosSystem { system = "x86_64-linux"; modules = [ @@ -146,26 +147,30 @@ allowUnfree = true; }; environment.systemPackages = with pkgs; [ - helix + # keep-sorted start bat + # rustdesk + bcachefs-tools bottom + disko dumbpipe - sendme - git firefox + git + helix ouch pueue ripgrep - # rustdesk + sendme skim tree wezterm wget zstd - # bcachefs-tools + # keep-sorted end ]; # boot.supportedFilesystems = ["bcachefs"]; boot.supportedFilesystems.btrfs = true; + boot.supportedFilesystems.bcachefs = true; boot.supportedFilesystems.zfs = lib.mkForce false; boot.kernelPackages = pkgs.linuxPackages_latest; isoImage.squashfsCompression = "zstd";