README: split up into docs
Build and test / check (push) Successful in 1m25s
Build and test / build (push) Successful in 3m38s
Build and test / test (push) Successful in 2m52s
Build and test / check-license (push) Successful in 5m33s
Build and test / docs (push) Has been cancelled

This commit is contained in:
2025-12-02 17:18:54 +09:00
parent 32cbf215a8
commit 54f794acb6
5 changed files with 153 additions and 148 deletions
+16
View File
@@ -0,0 +1,16 @@
# Use with NixOS
For NixOS, there is a module available via the nix flake. You can include it in your configuration like this:
```nix
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-XX.YY";
inputs.muscl.url = "git+https://git.pvv.ntnu.no/Projects/muscle.git";
inputs.muscl.inputs.nixpkgs.follows = "nixpkgs";
...
}
```
The module allows for easy setup on a local machine by enabling `services.muscl.createLocalDatabaseUser`.