From 82aa448948cb84e22d58b87f71bd292a858fc66f Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Thu, 9 Dec 2021 14:45:41 +0100 Subject: [PATCH] update flake --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index dccb5fc..e933ed3 100644 --- a/flake.nix +++ b/flake.nix @@ -5,12 +5,10 @@ inputs = { utils.url = "github:vale981/hiro-flake-utils"; nixpkgs.url = "nixpkgs/nixos-unstable"; - binfootprint.url = "github:vale981/binfootprint"; - progression.url = "github:vale981/progression"; }; - outputs = pythonPackages@{ self, utils, nixpkgs, ... }: - (utils.lib.poetry2nixWrapper nixpkgs pythonPackages { + outputs = { self, utils, nixpkgs, ... }: + (utils.lib.poetry2nixWrapper nixpkgs { name = "jobmanager"; poetryArgs = { projectDir = ./.;