Files
muscl/docs/nixos.md
h7x4 54f794acb6
Some checks failed
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
README: split up into docs
2025-12-02 17:18:54 +09:00

441 B

Use with NixOS

For NixOS, there is a module available via the nix flake. You can include it in your configuration like this:

{
  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.