refactor(tf2): Split off tf2.nix into separate repo

This commit is contained in:
Madeleine Sydney
2025-04-02 08:28:25 -06:00
parent 21fb7efde0
commit 3e0ed596da
6 changed files with 51 additions and 249 deletions

View File

@@ -28,6 +28,7 @@
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
tf2-nix.url = "gitlab:msyds/tf2-nix";
};
outputs = { self, nixpkgs, ... }@inputs: