Skip to content

Commit

Permalink
chore(nix): update flake inputs and submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
yusdacra authored and pickfire committed Sep 12, 2021
1 parent 05c2a72 commit 004c8fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
pkgs = common.pkgs;
helix = pkgs.fetchgit {
url = "https://github.com/helix-editor/helix.git";
rev = "d4bd5b37669708361a0a6cd2917464b010e6b7f5";
rev = "987d8e6dd66d65c2503cc81a3b9ea8787435839a";
fetchSubmodules = true;
sha256 = "sha256-KayR7K7UC0mT6EjHsZsCYY9IVDJzft63fGpPKGSY8nQ=";
sha256 = "sha256-GRJ0zMJva9upUatc89AeKYuLq73nxcxDPKDSgEcPASE=";
};
in
pkgs.runCommand prev.src.name { } ''
Expand Down

0 comments on commit 004c8fd

Please sign in to comment.