mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
unixtools: use 2-space indent
This commit is contained in:
parent
4b93f21ced
commit
ab0d4f26ff
@ -131,8 +131,8 @@ let
|
||||
};
|
||||
|
||||
makeCompat = name': value: buildEnv {
|
||||
name = name' + "-compat";
|
||||
paths = value;
|
||||
name = name' + "-compat";
|
||||
paths = value;
|
||||
};
|
||||
|
||||
# Compatibility derivations
|
||||
|
Loading…
Reference in New Issue
Block a user