summaryrefslogtreecommitdiff
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
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'
-rw-r--r--flake.lock64
-rw-r--r--flake.nix8
-rw-r--r--modules/darwin/custom/default.nix2
-rw-r--r--modules/darwin/custom/determinate.nix1
-rw-r--r--modules/nixos/custom/default.nix2
-rw-r--r--modules/nixos/custom/determinate.nix1
-rw-r--r--modules/shared/custom/default.nix2
-rw-r--r--modules/shared/custom/determinate.nix1
-rw-r--r--systems/glados/default.nix2
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;