diff --git a/flake.lock b/flake.lock index 3e88570..0bc76b0 100644 --- a/flake.lock +++ b/flake.lock @@ -27,15 +27,16 @@ ] }, "locked": { - "lastModified": 1719590135, - "narHash": "sha256-zwg59WLPab5WFvpXGeo3qxYJd0eUjQRzz09643L4SEo=", - "ref": "refs/heads/master", - "rev": "40464e907809b17285dbf6309a90d6b27d91853b", - "revCount": 85, + "lastModified": 1726956425, + "narHash": "sha256-mQghE33wmZLAVPOMgSWn5X8Q8ZI2VP5zJDZ5wLluOz0=", + "ref": "develop", + "rev": "256a52e9021385bce6d38f54dfaf181f17ff07ab", + "revCount": 97, "type": "git", "url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git" }, "original": { + "ref": "develop", "type": "git", "url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git" } diff --git a/flake.nix b/flake.nix index 54a29d4..44bded9 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ flake = false; }; intake = { - url = "git+ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git"; + url = "git+ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git?ref=develop"; inputs.nixpkgs.follows = "nixpkgs-2405"; inputs.flake-compat.follows = "flake-compat"; };