Skip to content

Commit

Permalink
feat: Update dependencies, nix lsp package
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed Mar 16, 2024
1 parent f493a20 commit c2325b5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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 modules/shared/programs/nix/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:

let
nix-activate = pkgs.writeShellScriptBin "nix-activate" ''
Expand All @@ -18,7 +18,7 @@ let
in
{
home.packages = with pkgs; [
rnix-lsp
nil
nixpkgs-fmt
nix-activate
];
Expand Down

0 comments on commit c2325b5

Please sign in to comment.