Qutebrowser fix, attic setup, beacon usb live setup

This commit is contained in:
2026-05-30 13:22:18 +03:00
parent 27fafdc111
commit e271872cae
9 changed files with 214 additions and 14 deletions
+3
View File
@@ -11,5 +11,8 @@ pkgs.mkShell {
(pkgs.writeShellScriptBin
"azos-update"
"nix flake update --flake '.?submodules=1'")
(pkgs.writeShellScriptBin
"azos-beacon-build-image"
"nix build '.?submodules=1#nixosConfigurations.beacon.config.system.build.isoImage'")
];
}