nix-community / nixops-libvirtd

NixOps libvirtd backend plugin [maintainer=@AmineChikhaoui]
GNU Lesser General Public License v3.0
35 stars 20 forks source link

[WIP] feat: add flake #27

Closed teto closed 1 year ago

teto commented 3 years ago

to make this repo work with https://github.com/NixOS/nixpkgs/pull/121965

teto commented 3 years ago

@adisbladis I've been trying to create a nix develop environment where I can launch nixops with the libvirtd plugin in it (see the flake.nix:)

      pyEnv = pkgs.python3.withPackages(ps: [
              nixops.defaultPackage."${system}"
              self.packages.${system}.nixops-libvirtd-plugin
   ]);

but the nixops executable is not in the environment. Any tip ?