From d9a9538f69641a86d4c259a03622d9969495cb2d Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 5 Oct 2023 01:53:07 +0200 Subject: [PATCH] feat: update nixseparatedebuginfod --- flake.lock | 1 - flake.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 2d57e18..38e542f 100644 --- a/flake.lock +++ b/flake.lock @@ -884,7 +884,6 @@ "original": { "owner": "symphorien", "repo": "nixseparatedebuginfod", - "rev": "466110a37e11a33a3551b44d9da5e323a8924cfa", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 480d512..09f54fe 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,7 @@ }; nixseparatedebuginfod = { - url = "github:symphorien/nixseparatedebuginfod/466110a37e11a33a3551b44d9da5e323a8924cfa"; + url = "github:symphorien/nixseparatedebuginfod"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-utils.follows = "flake-utils"; };