Skip to content

Commit

Permalink
wayprompt: don't override zig
Browse files Browse the repository at this point in the history
zig_0_11 doesn't build
  • Loading branch information
Artturin committed Jan 3, 2025
1 parent 8988b06 commit 42ccba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
waylandPkgs = genPackagesGH // rec {
# wlroots-related
salut = prev.callPackage ./pkgs/salut { };
wayprompt = prev.callPackage ./pkgs/wayprompt { zig = prev.zig_0_11; };
wayprompt = prev.callPackage ./pkgs/wayprompt { };
wlvncc = prev.callPackage ./pkgs/wlvncc { libvncserver = final.libvncserver_master; };
obs-wlrobs = template {
nixpkgsAttrName = "obs-studio-plugins.wlrobs";
Expand Down

0 comments on commit 42ccba2

Please sign in to comment.