nwg-piotr / nwg-displays

Output management utility for sway and Hyprland.
MIT License
336 stars 22 forks source link

Add missing semicolon in flake #11

Closed k0ral closed 1 year ago

k0ral commented 1 year ago

I'm unable to build this flake because of the following error:

❯ nix profile install git+https://github.com/nwg-piotr/nwg-displays
error: syntax error, unexpected '=', expecting ';'

       at /nix/store/cx2p7mqzx7jl4r33g4ywgqnny1b142m9-source/flake.nix:3:10:

            2|   description = "An output management utility for the sway Wayland compositor, inspired by wdisplays and wlay."
            3|   inputs = {
             |          ^
            4|     nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

There might be other issues hidden behind this one, I haven't had time to check.

nwg-piotr commented 1 year ago

Merging. I still know nothing on NixOS, so hope you know what you're doing.