🗑️」 clean: clean useless shit

This commit is contained in:
adjoly
2025-06-09 12:44:52 +02:00
parent ebfbfb2f48
commit 16303162db
9 changed files with 4 additions and 2217 deletions

View File

@ -1,10 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
pogit = {
url = "github:y-syo/pogit";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -35,8 +31,6 @@
];
packages = with pkgs; [
nodejs_22
git
inputs.pogit.packages.${pkgs.system}.default
];
};
}