5 Commits

Author SHA1 Message Date
Ben Siraphob
c7e10647ea treewide: fix typos 2026-01-13 14:45:11 -05:00
Tom van Dijk
7bd5e4d1a9 devmode: refactor, modernize (#409766)
* devmode: swap nodejsPackages_latest.live-server for live-server

* simplify build-and-copy

* rename build-and-copy -> build-and-link

* use writeShellApplication

* remove `--print-events` for `watchexec`

* support live build logs
2025-06-20 10:39:13 +02:00
Alejandro Sánchez Medina
60264c48e9 doc: point manual contributing guides to devmode's README (#411326)
There's quite a bit of pingpong redirection with Nixpkgs and NixOS
manual utilities. Since devmode was lacking a README, the descriptive
text is moved there and it's referenced by both manuals.
2025-06-16 11:03:45 +02:00
eljamm
d16f2e1597 devmode: copy symlinks when syncing 2025-05-05 18:32:06 +02:00
Valentin Gagarin
50ff833cd8 devmode: move to pkgs/by-name
now one can use `devmode` from anywhere Nixpkgs is available:

    devmode = pkgs.devmode.override {
      buildArgs = toString ./.;
      open = "/index.html";
    };
2024-11-12 10:16:58 +01:00