Changes
3 changed files (+11/-8)
-
-
@@ -20,16 +20,16 @@ }}, "nixpkgs": { "locked": { "lastModified": 1748850278, "narHash": "sha256-Hfo/A8MD6Yv7KBlPfuAJ3LuntJ8udIANVZcE7S01eRQ=", "lastModified": 1761236834, "narHash": "sha256-+pthv6hrL5VLW2UqPdISGuLiUZ6SnAXdd2DdUE+fV2Q=", "owner": "nixos", "repo": "nixpkgs", "rev": "9022dc348c994206c244668b75c2f77a89e17623", "rev": "d5faa84122bc0a1fd5d378492efce4e289f8eac1", "type": "github" }, "original": { "owner": "nixos", "ref": "release-25.05", "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" }
-
-
-
@@ -19,7 +19,7 @@ description = "Plac for GTK4";inputs = { nixpkgs = { url = "github:nixos/nixpkgs/release-25.05"; url = "github:nixos/nixpkgs/nixpkgs-unstable"; }; flake-utils = {
-
@@ -46,7 +46,7 @@ };devShell = pkgs.mkShell { buildInputs = [ (lib.lists.remove pkgs.zig.hook packages.default.nativeBuildInputs) (lib.lists.remove pkgs.zig_0_14.hook packages.default.nativeBuildInputs) packages.default.buildInputs ];
-
@@ -60,7 +60,7 @@# For text editors, optional. # > ZLS is a non-official implementation of the Language Server Protocol for Zig # https://github.com/zigtools/zls zls zls_0_14 # For text editors, optional. # > Code Intelligence for Vala & Genie
-
-
-
@@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0{ stdenvNoCC, zig, zig_0_14, gtk4, pkg-config, lib,
-
@@ -30,6 +30,9 @@ vala,coreutils, wrapGAppsHook4, }: let zig = zig_0_14; in stdenvNoCC.mkDerivation { pname = "plac-gtk-adwaita"; version = "0.2.0";
-