diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-02 10:44:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-02 10:44:36 -0400 |
commit | 41eecdbe8695c2e49ce26e98faad98dce76e5e8b (patch) | |
tree | b3e3449a24ae0bc79bb7a6e95617aca0fee4ca23 /devenv.nix | |
parent | sisudoc spine initial release (diff) |
comment out nixpkg nixVersions.unstable
- nixVersions.unstable no longer available
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.unstable #nixFlakes nix-prefetch-git validatePkgConfig nix-output-monitor |