Skip to content

Commit

Permalink
fix: use correct flake attr for aiken
Browse files Browse the repository at this point in the history
  • Loading branch information
cfcosta committed Jul 24, 2023
1 parent ad45d9a commit be2d039
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
};

aiken = {
url = "github:aiken-lang/aiken/cfcosta/some-nix-updates";
url = "github:aiken-lang/aiken";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down
2 changes: 1 addition & 1 deletion plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ with deps.nightvim.lib; {
})
(mkPlugin "nvim-lspconfig" nvim-lspconfig {
inputs = with pkgs; [
deps.aiken
deps.aiken.packages.${pkgs.system}.default
gopls
luajitPackages.lua-lsp
nixd
Expand Down

0 comments on commit be2d039

Please sign in to comment.