1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

improved indentation

This commit is contained in:
i97henka 2023-06-04 00:04:42 +01:00
parent 5bafd468eb
commit 6bce7954ef

View file

@ -2,7 +2,7 @@ let
pkgs = import <nixpkgs> {};
mymkDerivation = import ./autotools.nix pkgs;
in
mymkDerivation {
name = "hello";
src = ./hello-2.12.1.tar.gz;
}
mymkDerivation {
name = "hello";
src = ./hello-2.12.1.tar.gz;
}