mirror of
https://github.com/vale981/binfootprint
synced 2025-03-04 16:51:39 -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";
|
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ self, utils, nixpkgs, ... }:
|
outputs = { self, utils, nixpkgs, ... }:
|
||||||
(utils.lib.poetry2nixWrapper nixpkgs inputs {
|
(utils.lib.poetry2nixWrapper nixpkgs {
|
||||||
name = "binfootprint";
|
name = "binfootprint";
|
||||||
poetryArgs = {
|
poetryArgs = {
|
||||||
projectDir = ./.;
|
projectDir = ./.;
|
||||||
|
|
Loading…
Add table
Reference in a new issue