Nix: whitespace, comments

This commit is contained in:
The MMGen Project 2025-09-11 17:37:09 +00:00
commit b53cc67cf6
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
## adapted from go-ethereum.nix in nixpkgs repository
# adapted from go-ethereum.nix in nixpkgs repository
{
pkgs,

View file

@ -35,7 +35,7 @@ rec {
# xclip = xclip;
### For test suite with --pure:
# openssh = openssh; # XMR tests
# openssh = openssh;
};
python-packages = with python.pkgs; {