Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneybun authored Sep 12, 2024
1 parent 4cdd7ab commit 962320c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
let
pkgs = import nixpkgs { inherit system; };
naersk-lib = naersk.lib."${system}";
cargo = pkgs.cargo;
in {
packages = {
system76-keyboard-configurator = naersk-lib.buildPackage {
name = "system76-keyboard-configurator";
version = "1.3.0";
src = ./.;
buildInputs =
(with pkgs; [ pkg-config rustc cargo hidapi glib gtk3 ]);
buildInputs = with pkgs; [ pkg-config rustc cargo hidapi glib gtk3 ];
};
};

Expand Down

0 comments on commit 962320c

Please sign in to comment.