From 263388fb8b1259e08f8ae58ebff4995e607004b3 Mon Sep 17 00:00:00 2001 From: Daniel Kahlenberg <573@users.noreply.github.com> Date: Fri, 22 Dec 2023 14:41:24 +0100 Subject: [PATCH] Remove redundant inputs prefix from flake.nix --- rust/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/flake.nix b/rust/flake.nix index bc10e5b..94dbbe0 100644 --- a/rust/flake.nix +++ b/rust/flake.nix @@ -2,7 +2,7 @@ description = "A Nix-flake-based Rust development environment"; inputs = { - inputs.nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz"; + nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz"; rust-overlay = { url = "github:oxalica/rust-overlay"; inputs.nixpkgs.follows = "nixpkgs";