Skip to content

Commit

Permalink
fix: using package in a flake input
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneybun committed Sep 12, 2024
1 parent 1549069 commit 079dfac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
naersk-lib = naersk.lib."${system}";
cargo = pkgs.cargo;
in {
packages = let
system76-keyboard-configurator = pkgs.callPackage ./default.nix { inherit (nixos-appstream-data.packages."${system}") nixos-appstream-data; };

defaultPackage = naersk-lib.buildPackage {
name = "system76-keyboard-configurator";
version = "1.3.0";
version = "1.3.12";
src = ./.;
buildInputs =
(with pkgs; [ pkg-config rustc cargo hidapi glib gtk3 ]);
Expand Down

0 comments on commit 079dfac

Please sign in to comment.