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.lock | 64 ----------------------------------- flake.nix | 8 ----- modules/darwin/custom/default.nix | 2 +- modules/darwin/custom/determinate.nix | 1 + modules/nixos/custom/default.nix | 2 +- modules/nixos/custom/determinate.nix | 1 + modules/shared/custom/default.nix | 2 +- modules/shared/custom/determinate.nix | 1 + systems/glados/default.nix | 2 -- 9 files changed, 6 insertions(+), 77 deletions(-) diff --git a/flake.lock b/flake.lock index 1413fa0..13a4ebf 100644 --- a/flake.lock +++ b/flake.lock @@ -96,69 +96,6 @@ "type": "github" } }, - "determinate": { - "inputs": { - "determinate-nixd-aarch64-darwin": "determinate-nixd-aarch64-darwin", - "determinate-nixd-aarch64-linux": "determinate-nixd-aarch64-linux", - "determinate-nixd-x86_64-darwin": [ - "determinate", - "determinate-nixd-aarch64-darwin" - ], - "determinate-nixd-x86_64-linux": "determinate-nixd-x86_64-linux", - "nix": [], - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1740621356, - "narHash": "sha256-siZ2A2wrWff4hEdk8GoGYNzS2v8A6Sq1w9jUfO6PF34=", - "rev": "8181ddb0f1574484bad4f0ef737f47492518b54d", - "revCount": 204, - "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/0.1.204%2Brev-8181ddb0f1574484bad4f0ef737f47492518b54d/01954520-9fe5-73c6-85c5-ba0c7316d622/source.tar.gz" - }, - "original": { - "type": "tarball", - "url": "https://flakehub.com/f/DeterminateSystems/determinate/0.1" - } - }, - "determinate-nixd-aarch64-darwin": { - "flake": false, - "locked": { - "narHash": "sha256-BWgJNJvsFnIL8PPJ0FQBsTphGJBeWPH5pip30/GCfxo=", - "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.38.1/macOS" - }, - "original": { - "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.38.1/macOS" - } - }, - "determinate-nixd-aarch64-linux": { - "flake": false, - "locked": { - "narHash": "sha256-qgwh45CQMQF2UbEqtt4bOFF+jRZuXF0ww+Qj2bQuWW8=", - "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.38.1/aarch64-linux" - }, - "original": { - "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.38.1/aarch64-linux" - } - }, - "determinate-nixd-x86_64-linux": { - "flake": false, - "locked": { - "narHash": "sha256-cmddLhfYZOwB7u4Y4JuFOCAY5i/ENMG6HNnJAR2WLec=", - "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.38.1/x86_64-linux" - }, - "original": { - "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.38.1/x86_64-linux" - } - }, "flake-parts": { "inputs": { "nixpkgs-lib": [ @@ -528,7 +465,6 @@ "catppuccin": "catppuccin", "codeberg-infra": "codeberg-infra", "comin": "comin", - "determinate": "determinate", "flake-parts": "flake-parts", "getchpkgs": "getchpkgs", "getchvim": "getchvim", 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"; diff --git a/modules/darwin/custom/default.nix b/modules/darwin/custom/default.nix index 499a418..15045ff 100644 --- a/modules/darwin/custom/default.nix +++ b/modules/darwin/custom/default.nix @@ -1,5 +1,5 @@ { imports = [ - ./determinate.nix + # ./determinate.nix ]; } diff --git a/modules/darwin/custom/determinate.nix b/modules/darwin/custom/determinate.nix index 2e4e968..e837508 100644 --- a/modules/darwin/custom/determinate.nix +++ b/modules/darwin/custom/determinate.nix @@ -1,3 +1,4 @@ +# NOTE: Unused { config, lib, diff --git a/modules/nixos/custom/default.nix b/modules/nixos/custom/default.nix index 4b14136..64d99ed 100644 --- a/modules/nixos/custom/default.nix +++ b/modules/nixos/custom/default.nix @@ -1,6 +1,6 @@ { imports = [ - ./determinate.nix + # ./determinate.nix ./github-mirror ./nvd-diff.nix ./nvk.nix diff --git a/modules/nixos/custom/determinate.nix b/modules/nixos/custom/determinate.nix index 3c1a97e..f9b06c7 100644 --- a/modules/nixos/custom/determinate.nix +++ b/modules/nixos/custom/determinate.nix @@ -1,3 +1,4 @@ +# NOTE: Unused { config, lib, diff --git a/modules/shared/custom/default.nix b/modules/shared/custom/default.nix index 499a418..15045ff 100644 --- a/modules/shared/custom/default.nix +++ b/modules/shared/custom/default.nix @@ -1,5 +1,5 @@ { imports = [ - ./determinate.nix + # ./determinate.nix ]; } diff --git a/modules/shared/custom/determinate.nix b/modules/shared/custom/determinate.nix index ee6822d..1489b28 100644 --- a/modules/shared/custom/determinate.nix +++ b/modules/shared/custom/determinate.nix @@ -1,3 +1,4 @@ +# NOTE: Unused { config, lib, diff --git a/systems/glados/default.nix b/systems/glados/default.nix index 54187d6..87267d6 100644 --- a/systems/glados/default.nix +++ b/systems/glados/default.nix @@ -15,8 +15,6 @@ borealis = { profiles.personal.enable = true; - determinate.enable = true; - remote-builders = { enable = true; -- cgit v1.2.3