diff options
author | Franck Cuny <franck@fcuny.net> | 2024-07-22 07:07:13 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-07-22 07:07:13 -0700 |
commit | d54b662653c03df843ddc52010275426c0a04bd8 (patch) | |
tree | 4349244124f84cfbbafe6d232c182106cbecff57 /nix/profiles | |
parent | flake.lock: Update (diff) | |
download | world-d54b662653c03df843ddc52010275426c0a04bd8.tar.gz |
bump nixos to 24.05
Diffstat (limited to 'nix/profiles')
-rw-r--r-- | nix/profiles/home-manager/shell.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix index fe7e4ff..f06f257 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -23,9 +23,10 @@ nil nix-direnv nixd - nixfmt + nixfmt-classic nixpkgs-fmt - rnix-lsp + # nix lsp + nil # my own stuff self.packages.${pkgs.system}.git-blame-stats |