mirror of
https://github.com/vale981/binfootprint
synced 2025-03-04 08:41:41 -05:00
update flake
This commit is contained in:
parent
ff185faa5b
commit
14147ecfb0
1 changed files with 2 additions and 2 deletions
|
@ -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 = ./.;
|
||||
|
|
Loading…
Add table
Reference in a new issue