Fix flake
This commit is contained in:
parent
a1fa070078
commit
6987925dec
@ -1,5 +1,5 @@
|
||||
{
|
||||
description = "A small listener for notifications";
|
||||
description = "Jank workaround for mumble PTT";
|
||||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
in
|
||||
{
|
||||
overlays.default = final: prev: {
|
||||
notlistener = self.packages.${prev.system}.default;
|
||||
ghettoptt = self.packages.${prev.system}.default;
|
||||
};
|
||||
|
||||
packages = forAllSystems ({ pkgs }: {
|
||||
@ -25,8 +25,6 @@
|
||||
name = "ghettoptt";
|
||||
src = ./.;
|
||||
vendorHash = "sha256-S/t8EkMRjceGhNcNqGhmnMviQrhqt7n9FiCmpxbKUoI=";
|
||||
buildInputs = [ pkgs.libnotify ];
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
};
|
||||
});
|
||||
devShells = forAllSystems ({ pkgs }: {
|
||||
|
Loading…
Reference in New Issue
Block a user