taskwarrior web package

This commit is contained in:
Matt Nish-Lapidus 2025-04-02 18:19:56 -04:00
parent cbf950d650
commit a6612db1b1
6 changed files with 45 additions and 41 deletions

View file

@ -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;
}
);