summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-06 13:10:55 -0500
committerSeth Flynn <[email protected]>2025-03-06 13:10:55 -0500
commite25f11e4772c0514bf5058c3d80c7f3fb253c1d6 (patch)
treef29434049ba4bdf359b7677545662e5fa8a4e5a9 /flake.nix
parent3ce1225a1f397ed9eba29384511091c5339c335b (diff)
modules/custom: cleanup
• Removed input 'determinate' • Removed input 'determinate/determinate-nixd-aarch64-darwin' • Removed input 'determinate/determinate-nixd-aarch64-linux' • Removed input 'determinate/determinate-nixd-x86_64-darwin' • Removed input 'determinate/determinate-nixd-x86_64-linux' • Removed input 'determinate/nix' • Removed input 'determinate/nixpkgs'
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/flake.nix b/flake.nix
index 4b457ac..a3ba418 100644
--- a/flake.nix
+++ b/flake.nix
@@ -77,14 +77,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- determinate = {
- url = "https://flakehub.com/f/DeterminateSystems/determinate/0.1";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- nix.follows = "";
- };
- };
-
getchpkgs = {
url = "github:getchoo/getchpkgs";
inputs.nixpkgs.follows = "nixpkgs";