Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1#!/usr/bin/env nix-shell 2#! nix-shell -I nixpkgs=../../../../../. -i bash 3set -eux 4 5rm -f ./poetry.lock ./poetry-git-overlay.nix 6 7poetry lock 8 9# builtins.fetchGit is disabled in restricted eval 10# Pin fixed-output derivations from lock file 11poetry2nix lock