Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Sep 8, 2024
1 parent 766b4ec commit 07817af
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 55 deletions.
100 changes: 50 additions & 50 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
editorconfig-checker.enable = true;
luacheck.enable = true;
nil.enable = true;
nixfmt.enable = true;
nixfmt.package = self'.formatter;
nixfmt-rfc-style.enable = true;
shellcheck.enable = true;
stylua.enable = true;
};
Expand Down
6 changes: 3 additions & 3 deletions pkgs/nu_plugin_clipboard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub {
owner = "FMotalleb";
repo = "nu_plugin_clipboard";
sha256 = "sha256-Uo9dd9D32Q1eBVPFG9dYBvsWvBcpuu6QuaVqs7bdZfM=";
rev = "494018928fb72e5b19c4eb83f0390645fc839651";
sha256 = "sha256-N9UZJwM5aSWmFZaDAPUV7ZtgvuAPrbwrMKom3u4ok1E=";
rev = "9db14a6b7ae1f080036ca8d9abf4c5fbf81dbeaa";
};

buildInputs = lib.optionals stdenv.isDarwin [
AppKit
IOKit
];

cargoHash = "sha256-wGKqQwPjBjrqJEmfe8L6Wz2tRYJsZ4PiY7AmRvxxABQ=";
cargoHash = "sha256-3WlmVH97kK5pJZSJiEvNTY/8X0Zhik4YIVtbReTriac=";

meta = with lib; {
description = "A nushell plugin to copy text into clipboard or get text from it.";
Expand Down

0 comments on commit 07817af

Please sign in to comment.