infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b453dc8056b152bfc4f966aae110d1c12c4975f4
parent eb62d42ee1a470d935b64b28d0e365a88e439797
Author: Silas Brack <silasbrack@gmail.com>
Date:   Mon,  4 Nov 2024 07:17:59 +0100

Fix

Diffstat:
Mflake.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix @@ -101,6 +101,6 @@ packages = { inherit start; }; - defaultPackage.x86_64-linux = start; + defaultPackage."${system}" = start; }; }