diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-03 00:17:06 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-03 00:17:06 -0400 |
commit | a519cc0b77fa5d2f03c3b6f703c696bb539a73f9 (patch) | |
tree | abae317133960183bdd1a029ef18fa9b83774a49 /devenv.nix | |
parent | comment out nixpkg nixVersions.unstable (diff) |
set nixVersions.nix_2_21
Diffstat (limited to 'devenv.nix')
-rw-r--r-- | devenv.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ with pkgs; # ❯❯❯ nix_related #nix # if not on NixOS, this is needed direnv - #nixVersions.unstable #nixFlakes + nixVersions.nix_2_21 #nixVersions.latest #nixVersions.git nix-prefetch-git validatePkgConfig nix-output-monitor |