nix: remove unused package for now

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ic24d8689844743de534913993a45b3236a6a6964
This commit is contained in:
raf 2026-02-18 20:53:02 +03:00
commit f0aa256785
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 0 additions and 32 deletions

View file

@ -1,5 +1,4 @@
{
description = "Rust Project Template";
inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
outputs = {
@ -17,7 +16,5 @@
devShells = forEachSystem (system: {
default = pkgsForEach.${system}.callPackage ./nix/shell.nix {};
});
hydraJobs = self.packages;
};
}