Remove proj

I'm not using it at this point.
This commit is contained in:
Eli Ribble 2026-03-04 01:25:45 +00:00
parent 079bc6f93c
commit 6cadc8bdca
No known key found for this signature in database
4 changed files with 6 additions and 8 deletions

View file

@ -10,7 +10,9 @@
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages.${system};
package = import ./default.nix { inherit pkgs; };
package = import ./default.nix {
inherit pkgs;
};
in
{
packages.default = package;
@ -29,7 +31,6 @@
pkgs.pkg-config
pkgs.prettier
pkgs.prettier-plugin-go-template
pkgs.proj
pkgs.watchexec
];
};