1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: update nixseparatedebuginfod

This commit is contained in:
oddlama 2023-10-05 01:53:07 +02:00
parent 905c6ccdc1
commit d9a9538f69
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 1 additions and 2 deletions

1
flake.lock generated
View file

@ -884,7 +884,6 @@
"original": { "original": {
"owner": "symphorien", "owner": "symphorien",
"repo": "nixseparatedebuginfod", "repo": "nixseparatedebuginfod",
"rev": "466110a37e11a33a3551b44d9da5e323a8924cfa",
"type": "github" "type": "github"
} }
}, },

View file

@ -68,7 +68,7 @@
}; };
nixseparatedebuginfod = { nixseparatedebuginfod = {
url = "github:symphorien/nixseparatedebuginfod/466110a37e11a33a3551b44d9da5e323a8924cfa"; url = "github:symphorien/nixseparatedebuginfod";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils"; inputs.flake-utils.follows = "flake-utils";
}; };