From d068d89a794d8ee0fe49ad84bb05dcb2f1f2a5fd Mon Sep 17 00:00:00 2001 From: patrick-scho Date: Fri, 11 Apr 2025 14:20:04 +0200 Subject: [PATCH] update flake.nix --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 5022167..3c33dce 100644 --- a/flake.nix +++ b/flake.nix @@ -2,15 +2,13 @@ description = "Zig project flake"; inputs = { + self.submodules = true; zig2nix.url = "github:Cloudef/zig2nix"; }; outputs = { zig2nix, ... }: let flake-utils = zig2nix.inputs.flake-utils; in (flake-utils.lib.eachDefaultSystem (system: let - # Zig flake helper - # Check the flake.nix in zig2nix project for more options: - # env = zig2nix.outputs.zig-env.${system} {}; in with builtins; with env.pkgs.lib; rec { apps.default = env.app [] "zig build run -- \"$@\""; -- 2.50.1