From 14147ecfb0986550b79bad379dd5bbb624e69fd1 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Thu, 9 Dec 2021 14:48:18 +0100 Subject: [PATCH] update flake --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ad0c979..e24ff1c 100644 --- a/flake.nix +++ b/flake.nix @@ -5,8 +5,8 @@ nixpkgs.url = "nixpkgs/nixos-unstable"; }; - outputs = inputs@{ self, utils, nixpkgs, ... }: - (utils.lib.poetry2nixWrapper nixpkgs inputs { + outputs = { self, utils, nixpkgs, ... }: + (utils.lib.poetry2nixWrapper nixpkgs { name = "binfootprint"; poetryArgs = { projectDir = ./.;