Mon, 26 Jun 2023 14:12:46 -0500
Drop cmp-omni. Never resolved the double-display
But don't really have omnifunc use cases anymore
1113 | 1 | #!/bin/sh |
2 | set -eu | |
3 | ||
4 | curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | | |
5 | sh -s -- install "$@" |