diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:14:27 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:14:27 +0200 |
commit | 2a6f97ba4c231cde158e6eb6170c18d49a425b81 (patch) | |
tree | 74cfead5e180867d2d3cf8a9d2d76216f3c60bb8 /flake.nix | |
parent | build(cog.toml): Don't publish on crates.io (diff) | |
download | quotify-2a6f97ba4c231cde158e6eb6170c18d49a425b81.tar.gz quotify-2a6f97ba4c231cde158e6eb6170c18d49a425b81.zip |
build(flake.nix): Remove unneeded `input.follows`
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index db88011..df124f6 100644 --- a/flake.nix +++ b/flake.nix @@ -23,14 +23,12 @@ crane = { url = "github:ipetkov/crane"; inputs = { - nixpkgs.follows = "nixpkgs"; }; }; rust-overlay = { url = "github:oxalica/rust-overlay"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; }; }; |