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

Update autotools-nix.txt

now using derivation instead of pkgs.stdenv.mkDerivation
This commit is contained in:
Henrik 2023-06-06 11:28:42 +01:00 committed by GitHub
parent 04337a7e63
commit c9b9aae961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,4 +7,4 @@ pkgs: attrs:
system = builtins.currentSystem; system = builtins.currentSystem;
}; };
in in
pkgs.stdenv.mkDerivation (defaultAttrs // attrs) derivation (defaultAttrs // attrs)