add tuicr, replace buildRustPackage with naersk, remove overseer

This commit is contained in:
2026-03-04 10:48:02 +00:00
parent 98adb4061b
commit 90e3b752b0
8 changed files with 13 additions and 115 deletions

View File

@@ -41,11 +41,12 @@
flake = false;
};
jj-starship.url = "github:dmmulroy/jj-starship";
overseer = {
url = "github:dmmulroy/overseer";
flake = false;
};
himalaya.url = "github:pimalaya/himalaya";
naersk = {
url = "github:nix-community/naersk/master";
inputs.nixpkgs.follows = "nixpkgs";
};
tuicr.url = "github:agavra/tuicr";
};
outputs = inputs @ {flake-parts, ...}: