Skip to content

Commit 12f9f1d

Browse files
committed
style(flake.nix): make it one line
1 parent 21c2b45 commit 12f9f1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
rust-overlay = {
1414
url = "github:oxalica/rust-overlay";
15-
inputs = {
16-
nixpkgs.follows = "nixpkgs";
17-
};
15+
inputs.nixpkgs.follows = "nixpkgs";
1816
};
1917
};
2018

0 commit comments

Comments
 (0)