Skip to content

Commit

Permalink
Merge pull request #17 from MalpenZibo/10_some-flake-fixes
Browse files Browse the repository at this point in the history
Fix nix flake support
  • Loading branch information
MalpenZibo authored Sep 13, 2024
2 parents ad3952b + 064101a commit 1cd54d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "Barely customizable Wayland status bar for Hyprland compositor.";
description = "A ready to go Wayland status bar for Hyprland";

inputs = {
naersk.url = "github:nmattia/naersk/master";
Expand All @@ -23,7 +23,7 @@
inherit system overlays;
};
manifest = (pkgs.lib.importTOML ./Cargo.toml).package;
buildInputs = [
buildInputs = with pkgs; [
rust-bin.stable.latest.default
rustPlatform.bindgenHook
pkg-config
Expand Down

0 comments on commit 1cd54d5

Please sign in to comment.