about summary refs log tree commit diff stats
path: root/flake/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake/default.nix')
-rw-r--r--flake/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake/default.nix b/flake/default.nix
index c04be901..ab1906fc 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -78,6 +78,7 @@ in {
     inherit
       nixos-generators
       pkgs
+      pkgsStable
       myPkgs
       sysLib
       system
@@ -106,7 +107,7 @@ in {
         # ragenix.packages."${system}".default
 
         # shell
-        pkgs.shfmt # TODO: Integrate this into nvim <2023-10-31>
+        pkgs.shfmt
 
         # rust
         pkgs.rustfmt