1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-05-06 00:26:04 +02:00

Merge pull request #31 from 573/patch-1

Remove redundant inputs prefix from flake.nix
This commit is contained in:
Luc Perkins 2024-01-18 13:14:27 -03:00 committed by GitHub
commit df88246783
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";