Skip to content

Commit

Permalink
fix: nix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Aug 11, 2023
1 parent e27b402 commit ebe923c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
inputs.crane.inputs.rust-overlay.follows = "rust-overlay";
inputs.crane.url = github:ipetkov/crane;
inputs.fenix.inputs.nixpkgs.follows = "nixpkgs";
inputs.fenix.url = github:nix-community/fenix;
inputs.fenix.url = github:nix-community/fenix;
inputs.flake-utils.url = github:numtide/flake-utils;
inputs.nix-filter.url = github:numtide/nix-filter;
inputs.nix-log.url = github:rvolosatovs/nix-log;
Expand Down
3 changes: 1 addition & 2 deletions templates/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{...}:
{
{...}: {
rust.description = "A basic Rust template";
rust.path = ./rust;
}

0 comments on commit ebe923c

Please sign in to comment.