aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-22 07:07:13 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-22 07:07:13 -0700
commitd54b662653c03df843ddc52010275426c0a04bd8 (patch)
tree4349244124f84cfbbafe6d232c182106cbecff57 /nix
parentflake.lock: Update (diff)
downloadinfra-d54b662653c03df843ddc52010275426c0a04bd8.tar.gz
bump nixos to 24.05
Diffstat (limited to 'nix')
-rw-r--r--nix/flake/devshell.nix2
-rw-r--r--nix/profiles/home-manager/shell.nix5
2 files changed, 5 insertions, 2 deletions
diff --git a/nix/flake/devshell.nix b/nix/flake/devshell.nix
index b008849..43c92b9 100644
--- a/nix/flake/devshell.nix
+++ b/nix/flake/devshell.nix
@@ -22,6 +22,8 @@
gopls
golangci-lint
goreleaser
+
+ just
];
devshell.startup = {
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