diff --git a/flake.lock b/flake.lock index 777ca7b7..09804e7c 100644 --- a/flake.lock +++ b/flake.lock @@ -26,15 +26,16 @@ ] }, "locked": { - "lastModified": 1727252661, - "narHash": "sha256-8vmgF0Atw+m7a+2Wmlnwjjyw8nSYv0QMT+zN9R3DljQ=", - "ref": "refs/heads/master", - "rev": "8b614540a7f30f0227cb18ef2ad4c8d84db4a75c", + "lastModified": 1713359411, + "narHash": "sha256-BzOZ6xU+Li5nIe71Wy4p+lOEQlYK/e94T0gBcP8IKgE=", + "ref": "generic-sql", + "rev": "03635c54b2e2bd809ec1196bc9082447279f6f24", "revCount": 9, "type": "git", "url": "https://git.hbs2.net/5xrwbTzzweS9yeJQnrrUY9gQJfhJf84pbyHhF2MMmSft" }, "original": { + "ref": "generic-sql", "type": "git", "url": "https://git.hbs2.net/5xrwbTzzweS9yeJQnrrUY9gQJfhJf84pbyHhF2MMmSft" } diff --git a/flake.nix b/flake.nix index df5dd018..aa72c8c4 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ inputs = { suckless-conf.inputs.fuzzy.follows = "fuzzy"; suckless-conf.inputs.haskell-flake-utils.follows = "haskell-flake-utils"; - db-pipe.url = "git+https://git.hbs2.net/5xrwbTzzweS9yeJQnrrUY9gQJfhJf84pbyHhF2MMmSft"; + db-pipe.url = "git+https://git.hbs2.net/5xrwbTzzweS9yeJQnrrUY9gQJfhJf84pbyHhF2MMmSft?ref=generic-sql"; db-pipe.inputs.nixpkgs.follows = "nixpkgs"; db-pipe.inputs.haskell-flake-utils.follows = "haskell-flake-utils";