WIP: Flake and Theme
Artturin
closed pull request ReferenceProjects/fpga-starter-project-uart#1
2025-02-03 23:11:59 +00:00
Add flake
Artturin
created pull request ReferenceProjects/fpga-starter-project-uart#2
2025-02-03 23:11:46 +00:00
Add default.nix and shell.nix
Artturin
created branch adddefaultshellnix in ReferenceProjects/fpga-starter-project-uart
2025-02-03 23:09:41 +00:00
Artturin
pushed to adddefaultshellnix at ReferenceProjects/fpga-starter-project-uart
2025-02-03 23:09:41 +00:00
Artturin
commented on pull request ReferenceProjects/example-spa-elm-app#6
2025-01-31 15:13:36 +00:00
Hot reload for Elm application
- Hot reload is exposed at port
8000
(different from rust backend running at port8080
)- Only available in debug mode i.e.
make serve DEBUG=1
The is not ideal as web sockets…
Artturin
commented on pull request ReferenceProjects/example-spa-elm-app#6
2025-01-31 15:09:20 +00:00
Hot reload for Elm application
So you're technically not supposed to install things inside nix build files that require internet access. To fix this, we should either use [elmPackages.elm-live](https://search.nixos.org/package…