Commit 7d275c648583

Vincent Demeester <vincent@sbr.pm>
2020-03-24 18:18:50
Add miniserve as nr
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent fd8057f
Changed files (1)
modules
profiles
modules/profiles/dev.nix
@@ -32,7 +32,7 @@ in
       ];
       xdg.configFile."nr/dev" = {
         text = builtins.toJSON [
-          {cmd = "yq";} {cmd = "lnav";}
+          {cmd = "yq";} {cmd = "lnav";} {cmd = "miniserve";}
           {cmd = "yamllint"; pkg = "python37Packages.yamllint";}
         ];
         onChange = "${pkgs.nur.repos.vdemeester.nr}/bin/nr dev";