nix: switch to determinate

This commit is contained in:
Bloxx12 2025-06-29 17:00:57 +02:00
commit a342876437
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
3 changed files with 81 additions and 7 deletions

View file

@ -92,6 +92,10 @@
zedless = {
url = "github:zedless-editor/zed";
# DetNix is doing too well these days not to use it...
determinate = {
url = "github:determinatesystems/determinate";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}