taskwarrior web package
This commit is contained in:
parent
cbf950d650
commit
a6612db1b1
6 changed files with 45 additions and 41 deletions
|
@ -94,9 +94,6 @@
|
|||
emenel-templates.url = "git+ssh://git@gt.emenel.ca/emenel/nix-flake-templates";
|
||||
nix-way-templates.url = "github:the-nix-way/dev-templates";
|
||||
|
||||
pyproject-nix.url = "github:pyproject-nix/pyproject.nix";
|
||||
pyproject-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -146,7 +143,6 @@
|
|||
pkgs:
|
||||
packagesFromDirectoryRecursive {
|
||||
inherit (pkgs) callPackage;
|
||||
|
||||
directory = ./packages;
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue