Skip to content

Commit

Permalink
flake: updated inputs and package source FODs
Browse files Browse the repository at this point in the history
  • Loading branch information
aftix committed Dec 30, 2024
1 parent 6d044b1 commit c02201b
Show file tree
Hide file tree
Showing 20 changed files with 665 additions and 381 deletions.
96 changes: 48 additions & 48 deletions flake.lock

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

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@
attic
attic-client
attic-server
matrix-synapse-unwrapped
nixt
nixd
;
Expand Down
1 change: 0 additions & 1 deletion home/common/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ in {
nu_plugin_compress
nu_plugin_desktop_notifications
nu_plugin_dns
nu_plugin_endecode
nu_plugin_explore
nu_plugin_port_scan
nu_plugin_port_list
Expand Down
2 changes: 1 addition & 1 deletion overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs: final: prev:

carapace = prev.carapace.overrideAttrs {
src = inputs.carapace;
vendorHash = "sha256-8EuPHhTNK+7OnjYKAdkSmIS/iZR2AYrDw4nfY5ixYIo=";
vendorHash = "sha256-LxybBl5qZ0qA9IiJjjC8VgJd56EgBkiSPE7bnvMAnW0=";
};

cinny-desktop = prev.cinny-desktop.overrideAttrs {
Expand Down
2 changes: 1 addition & 1 deletion packages/barcodebuddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ in
src = fetchFromGitHub {
owner = "Forceu";
repo = "barcodebuddy";
rev = "refs/tags/v1.8.1.8";
rev = "369798d05395ed055ea4b9b03d96471b784ed106";
hash = "sha256-zHprV5mCFciq5XgJD7fmEgb/vHlwAWOY1TcdBoCA8Eo=";
};

Expand Down
Loading

0 comments on commit c02201b

Please sign in to comment.