diff options
author | Emile <git@emile.space> | 2024-10-29 22:44:08 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-10-29 22:44:08 +0100 |
commit | 37d8c4d2633fea252a44eb2024799bd15d896387 (patch) | |
tree | b48e7a0099db9b242029ffa37124ca9c6e1da43d /nix/modules/x86_64-linux.nix | |
parent | a7a14fde7cde4612347f83ec37585cf4268072e6 (diff) |
marvin pkg + module
Diffstat (limited to 'nix/modules/x86_64-linux.nix')
-rw-r--r-- | nix/modules/x86_64-linux.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/modules/x86_64-linux.nix b/nix/modules/x86_64-linux.nix index 9f81e10..8737083 100644 --- a/nix/modules/x86_64-linux.nix +++ b/nix/modules/x86_64-linux.nix @@ -2,5 +2,6 @@ imports = [ ./ports ./r2wars-web + ./remarvin ]; } |