update flake

This commit is contained in:
Valentin Boettcher 2021-12-09 14:48:18 +01:00
parent ff185faa5b
commit 14147ecfb0

View file

@ -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 = ./.;