mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-19 22:01:42 +00:00
4 lines
58 B
Nix
4 lines
58 B
Nix
{ pkgs, ... }:
|
|
let
|
|
jsonFormat = pkgs.formats.json { };
|
|
|