replace rustypaste with hastebin

This commit is contained in:
Joakim Repomaa
2025-02-10 03:02:37 +02:00
parent 222d4b9527
commit 0f8491a18e
3 changed files with 58 additions and 49 deletions

View File

@@ -47,6 +47,10 @@
url = "sourcehut:~repomaa/workout-sync";
inputs.nixpkgs.follows = "nixpkgs";
};
hastebin = {
url = "sourcehut:~repomaa/hastebin";
inputs.nixpkgs.follows = "nixpkgs";
};
ksoloti-pr.url = "github:repomaa/nixpkgs/pkg/ksoloti";
};
outputs = { flake-parts, nixpkgs, ... }@inputs: