Compositor
Distribution
If Other, please specify
No response
dms version
can't build to check, that's the issue
Description
so i just tried to update my flake inputs and got a nix syntax error from the latest commit (aab4b67). it says there's a missing semicolon at the end of distro/nix/home.nix
the error:
error: syntax error, unexpected end of file, expecting ';'
at /nix/store/620ni4vzdakifi1rp53x1i8790218pz9-source/distro/nix/home.nix:130:1:
129| }
130|
| ^
the file looks fine to me but nix doesn't like it for some reason. had to pin to the previous commit (3539aca) which works fine
Expected Behavior
it should build without syntax errors
Steps to Reproduce & Installation Method
- use nixos with flakes
- have dankmaterialshell as a flake input
- update inputs to get the latest commit
- try to rebuild and get the syntax error
Error Messages/Logs
error: syntax error, unexpected end of file, expecting ';'
at /nix/store/620ni4vzdakifi1rp53x1i8790218pz9-source/distro/nix/home.nix:130:1:
129| }
130|
| ^
Screenshots/Recordings
No response
Compositor
Distribution
If Other, please specify
No response
dms version
can't build to check, that's the issue
Description
so i just tried to update my flake inputs and got a nix syntax error from the latest commit (aab4b67). it says there's a missing semicolon at the end of distro/nix/home.nix
the error:
the file looks fine to me but nix doesn't like it for some reason. had to pin to the previous commit (3539aca) which works fine
Expected Behavior
it should build without syntax errors
Steps to Reproduce & Installation Method
Error Messages/Logs
Screenshots/Recordings
No response