diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-02 10:58:13 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-02 10:58:24 -0400 |
commit | 03f6a952fdd00e88981640275af4d031db914fa5 (patch) | |
tree | b51a88b8f6c285ea554a4d717cfcab5434633579 /derivation.nix | |
parent | sisudoc spine initial release (diff) |
comment out nixpkg nixVersions.unstable
- nixVersions.unstable no longer available
Diffstat (limited to 'derivation.nix')
-rw-r--r-- | derivation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/derivation.nix b/derivation.nix index 28d784a..28c3c39 100644 --- a/derivation.nix +++ b/derivation.nix @@ -98,7 +98,7 @@ with ( pkgs.sqlite ( with pkgs-nix; [ - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes ## package manager dub ## compiler |