Skip to content

Commit 5f9f5d5

Browse files
committed
readme: remove trailing whitespaces
Link: nix-community#132
1 parent 4fc9ea7 commit 5f9f5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Include the nixos module in your configuration:
3131
{
3232
inputs = {
3333
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
34-
34+
3535
nix-index-database.url = "github:nix-community/nix-index-database";
3636
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
3737
};
@@ -100,7 +100,7 @@ You can then call `nix-locate` as usual, it will automatically use the database
100100
url = "github:nix-community/home-manager";
101101
inputs.nixpkgs.follows = "nixpkgs";
102102
};
103-
103+
104104
nix-index-database.url = "github:nix-community/nix-index-database";
105105
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
106106
};

0 commit comments

Comments
 (0)