diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-01-02 04:40:00 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-01-02 04:40:00 +0100 |
commit | 07bf6772660057e552c88e02647c3328ceb93ebe (patch) | |
tree | 76c1bb45665fd39c87ab1a79874643702deb8028 /host/Rory-devenv/configuration.nix | |
parent | Add dev env (diff) | |
download | Rory-Open-Architecture-07bf6772660057e552c88e02647c3328ceb93ebe.tar.xz |
Fix syntax error
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | host/Rory-devenv/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-devenv/configuration.nix b/host/Rory-devenv/configuration.nix index 3831d4f..f7756a1 100644 --- a/host/Rory-devenv/configuration.nix +++ b/host/Rory-devenv/configuration.nix @@ -68,7 +68,7 @@ packages = with pkgs; [ ]; - } + }; }; environment.systemPackages = with pkgs; [ |