From: patrick-scho Date: Fri, 11 Apr 2025 12:20:04 +0000 (+0200) Subject: update flake.nix X-Git-Url: https://gitweb.ps.run/chirp/commitdiff_plain/d068d89a794d8ee0fe49ad84bb05dcb2f1f2a5fd?ds=sidebyside update flake.nix --- 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 -- \"$@\"";