1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

configuration-common.nix: cosmetic

This commit is contained in:
Peter Simons 2020-05-01 21:26:12 +02:00
parent c752d37efe
commit 0c6e37e57c

View file

@ -1514,4 +1514,5 @@ self: super: {
headed-megaparsec = super.headed-megaparsec.override {
selective = self.selective_0_4_1;
};
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super