summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-02 20:52:23 -0500
committerSeth Flynn <[email protected]>2025-02-03 05:34:09 -0500
commit5257a82ddfe4168393a7d1c6af6055b17023a796 (patch)
treea4d820e723198f5dc3ac93a3a1e47e7520462979
parent3ac9ca1a021329cfb1b9d909dba1aa17b6f89ae9 (diff)
flake: drop arkenfox-nixos
• Removed input 'arkenfox' • Removed input 'arkenfox/flake-compat' • Removed input 'arkenfox/flake-utils' • Removed input 'arkenfox/flake-utils/systems' • Removed input 'arkenfox/nixpkgs' • Removed input 'arkenfox/pre-commit'
-rw-r--r--flake.lock57
-rw-r--r--flake.nix9
-rw-r--r--users/seth/programs/firefox/default.nix3
3 files changed, 2 insertions, 67 deletions
diff --git a/flake.lock b/flake.lock
index 977157b..71092ee 100644
--- a/flake.lock
+++ b/flake.lock
@@ -23,29 +23,6 @@
"type": "github"
}
},
- "arkenfox": {
- "inputs": {
- "flake-compat": [],
- "flake-utils": "flake-utils",
- "nixpkgs": [
- "nixpkgs"
- ],
- "pre-commit": []
- },
- "locked": {
- "lastModified": 1725263787,
- "narHash": "sha256-OSNjus8VSkLCSikN6Qeq+II1bwqTRJEwl6NJvFoQHoE=",
- "owner": "dwarfmaster",
- "repo": "arkenfox-nixos",
- "rev": "72addd96455cce49c0c8524c53aecd02cf20adec",
- "type": "github"
- },
- "original": {
- "owner": "dwarfmaster",
- "repo": "arkenfox-nixos",
- "type": "github"
- }
- },
"catppuccin": {
"inputs": {
"nixpkgs": [
@@ -164,24 +141,6 @@
"type": "github"
}
},
- "flake-utils": {
- "inputs": {
- "systems": "systems_2"
- },
- "locked": {
- "lastModified": 1710146030,
- "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
- "owner": "numtide",
- "repo": "flake-utils",
- "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
- "type": "github"
- },
- "original": {
- "owner": "numtide",
- "repo": "flake-utils",
- "type": "github"
- }
- },
"getchpkgs": {
"inputs": {
"nixpkgs": [
@@ -453,7 +412,6 @@
"root": {
"inputs": {
"agenix": "agenix",
- "arkenfox": "arkenfox",
"catppuccin": "catppuccin",
"determinate": "determinate",
"flake-parts": "flake-parts",
@@ -509,21 +467,6 @@
"type": "github"
}
},
- "systems_2": {
- "locked": {
- "lastModified": 1681028828,
- "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
- "owner": "nix-systems",
- "repo": "default",
- "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
- "type": "github"
- },
- "original": {
- "owner": "nix-systems",
- "repo": "default",
- "type": "github"
- }
- },
"teawiebot": {
"inputs": {
"nixpkgs": [
diff --git a/flake.nix b/flake.nix
index e1dc85c..04887d1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -61,15 +61,6 @@
};
};
- arkenfox = {
- url = "github:dwarfmaster/arkenfox-nixos";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- flake-compat.follows = "";
- pre-commit.follows = "";
- };
- };
-
catppuccin = {
url = "github:catppuccin/nix";
inputs = {
diff --git a/users/seth/programs/firefox/default.nix b/users/seth/programs/firefox/default.nix
index cd1d5a5..3eff2f3 100644
--- a/users/seth/programs/firefox/default.nix
+++ b/users/seth/programs/firefox/default.nix
@@ -14,7 +14,8 @@ in
imports = [
inputs.getchpkgs.nixosModules.firefox-addons
- ./arkenfox.nix
+ # Requires `github:dwarfmaster/arkenfox-nixos`
+ # ./arkenfox.nix
];
config = lib.mkIf cfg.enable {