mirror of
https://github.com/vale981/jobmanager
synced 2025-03-04 09:21:39 -05:00
update flake
This commit is contained in:
parent
62851b3ab9
commit
82aa448948
1 changed files with 2 additions and 4 deletions
|
@ -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 = ./.;
|
||||
|
|
Loading…
Add table
Reference in a new issue