mirror of
https://github.com/nmattia/niv.git
synced 2024-11-08 08:26:02 +03:00
de5a4e7d01
* Update devshell Update nixpkgs and simplify devshell * Run ormolu * Fixups * Format nix files * Update sources
3 lines
83 B
Nix
3 lines
83 B
Nix
{ pkgs ? import ./nix { } }:
|
|
(import ./default.nix { inherit pkgs; }).niv-devshell
|