nixopsUnstable: 1.7pre2764_932bf4 -> 2.0.0-pre

This commit is contained in:
adisbladis
2021-02-03 16:03:03 +01:00
parent e90e1147d1
commit a2a05d2bfe
7 changed files with 1023 additions and 1 deletions
@@ -0,0 +1,10 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [
pkgs.poetry2nix.cli
pkgs.pkgconfig
pkgs.libvirt
pkgs.poetry
];
}