Skip to content

Commit

Permalink
modules/custom: cleanup
Browse files Browse the repository at this point in the history
• 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'
  • Loading branch information
getchoo committed Mar 6, 2025
1 parent 3ce1225 commit e25f11e
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 77 deletions.
64 changes: 0 additions & 64 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion modules/darwin/custom/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
imports = [
./determinate.nix
# ./determinate.nix
];
}
1 change: 1 addition & 0 deletions modules/darwin/custom/determinate.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# NOTE: Unused
{
config,
lib,
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/custom/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
imports = [
./determinate.nix
# ./determinate.nix
./github-mirror
./nvd-diff.nix
./nvk.nix
Expand Down
1 change: 1 addition & 0 deletions modules/nixos/custom/determinate.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# NOTE: Unused
{
config,
lib,
Expand Down
2 changes: 1 addition & 1 deletion modules/shared/custom/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
imports = [
./determinate.nix
# ./determinate.nix
];
}
1 change: 1 addition & 0 deletions modules/shared/custom/determinate.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# NOTE: Unused
{
config,
lib,
Expand Down
2 changes: 0 additions & 2 deletions systems/glados/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
borealis = {
profiles.personal.enable = true;

determinate.enable = true;

remote-builders = {
enable = true;

Expand Down

0 comments on commit e25f11e

Please sign in to comment.