nixopsUnstable: 1.7pre2764_932bf4 -> 2.0.0-pre
This commit is contained in:
+11
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user