Skip to content

Commit

Permalink
Use unstable jujutsu for better completions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Dec 10, 2024
1 parent 0e135e7 commit 109c197
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions flake.lock

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

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
nixvim = {
url = "github:nix-community/nixvim";
Expand Down Expand Up @@ -74,6 +75,7 @@
zizmor = final.callPackage ./derivations/zizmor {};
cert-info = cert-info.packages.${system}.default;
simpleproxy = inputs.simpleproxy.packages.${system}.default;
jujutsu = inputs.nixpkgs-unstable.legacyPackages.${system}.jujutsu;
gh-repo-url = final.callPackage ./derivations/gh-repo-url {};
gh-pr-url = final.callPackage ./derivations/gh-pr-url {};
gh-rebase-pr = final.callPackage ./derivations/gh-rebase-pr {};
Expand Down

0 comments on commit 109c197

Please sign in to comment.