Skip to content

Commit

Permalink
chore(lock): update nix-update
Browse files Browse the repository at this point in the history
  • Loading branch information
wrvsrx committed Jun 13, 2024
1 parent 63cceee commit aba410c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

15 changes: 1 addition & 14 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,6 @@
};
perSystem =
{ system, pkgs, ... }:
let
# support pnpmDeps
nix-update-patched = inputs.self.lib.patchFlake {
flake = inputs.nix-update;
patchesToFetch = [
{
url = "https://github.com/Mic92/nix-update/compare/19f968327336e1e438b5b42714ad578605c49d49...43b10443ed4ef38d3ea3907d8d2930f5846246b1.diff";
hash = "sha256-kj9XJBjRC9ZaFgk7KCS76xfr236rRs+qh5Um2xNqSzE=";
}
];
inherit system;
};
in
rec {
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
Expand All @@ -123,7 +110,7 @@
devShells.default = pkgs.mkShell {
nativeBuildInputs = [
inputs.nvfetcher.packages."${system}".default
nix-update-patched.packages."${system}".default
inputs.nix-update.packages."${system}".default
];
};
};
Expand Down

0 comments on commit aba410c

Please sign in to comment.