summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-03-01 12:25:23 +0000
committerGitHub <noreply@github.com>2023-03-01 12:25:23 +0000
commite77c10602260bc0e5c85a3aa0668bc5dea2f2fbf (patch)
treef152984e600abd6c2938a18dcb6715f058b872f5
parentc7c7d022f6876762468168adc38cc6f72c6ad846 (diff)
parent6dc61d25a4a18f84dca12b25179af27919c81e2b (diff)
Merge #201
201: Fix: Remove unused flake input r=matthiasbeyer a=matthiasbeyer Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--flake.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index a0c78e2..041d11a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,10 +2,7 @@
description = "The cargo-changelog binary";
inputs = {
nixpkgs.url = "nixpkgs/nixos-22.05";
- flake-utils = {
- url = "github:numtide/flake-utils";
- inputs.nixpkgs.follows = "nixpkgs";
- };
+ flake-utils.url = "github:numtide/flake-utils";
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";