<cole-h>
adisbladis: The recent switch to flakes has broken my ability to use `niv` to pin nixops (because of the `builtins.fetchGit ./.`) -- is there any chance that could become a plain `./.`?
<cole-h>
Hmm, even `./.` doesn't fix the issue (`callPackage ~/workspace/vcs/nixops {}`) -- "attempt to call something which is not a function but a set"
<cole-h>
Ah, I need to use `(import ~/workspace/vcs/nixops).defaultPackage.x86_64-linux`