1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-16 01:47:08 +03:00
niv/examples/cpp-libosmium/overlay.nix
Nicolas Mattia de5a4e7d01
Update devshell (#367)
* Update devshell

Update nixpkgs and simplify devshell

* Run ormolu

* Fixups

* Format nix files

* Update sources
2023-03-11 22:16:53 +01:00

4 lines
77 B
Nix

self: super: {
libosmium = self.callPackage ./overlay/libosmium.nix { };
}