From e25f11e4772c0514bf5058c3d80c7f3fb253c1d6 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Thu, 6 Mar 2025 13:10:55 -0500 Subject: modules/custom: cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • 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' --- flake.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'flake.nix') 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"; -- cgit v1.2.3