pinwheel: Add pants (called through nix-alien) to work module

This commit is contained in:
Alexander Heldt
2024-06-15 13:18:56 +02:00
parent 91af884431
commit d470650406
4 changed files with 178 additions and 7 deletions

View File

@@ -31,6 +31,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-alien = {
url = "github:thiagokokada/nix-alien";
inputs.nixpkgs.follows = "nixpkgs";
};
pppdotpm-site = {
url = "git+ssh://git@codeberg.org/ppp/ppp.pm-site.git?ref=main";
inputs.nixpkgs.follows = "nixpkgs";