From 052081616c1e54dc31e0ebf4cd334674c331527b Mon Sep 17 00:00:00 2001 From: Hermes Date: Fri, 12 Jun 2026 19:24:43 -0400 Subject: [PATCH] test: remove self.submodules to check Lix compatibility --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index c7e85a2..9f3fb27 100644 --- a/flake.nix +++ b/flake.nix @@ -23,9 +23,8 @@ nixos-raspberrypi = { url = "github:gortium/nixos-raspberrypi/cm5-cross-v1"; inputs.nixpkgs.follows = "nixpkgs-uconsole"; - }; - self.submodules = true; }; +}; outputs = { self, nixpkgs, agenix, lix , nixpkgs-uconsole, nixos-uconsole, nixos-raspberrypi