summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nixops/update
blob: 1d1fd93fdbeaacfda691ce9294229b8302bb3daa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env nix-shell
#! nix-shell -I nixpkgs=../../../../../. -i bash
set -eux

rm -f ./poetry.lock ./poetry-git-overlay.nix

poetry lock

# builtins.fetchGit is disabled in restricted eval
# Pin fixed-output derivations from lock file
poetry2nix lock