aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-09-13 09:01:23 -0700
committerFranck Cuny <franck@fcuny.net>2024-09-13 09:01:23 -0700
commitdab1442f7089f1ccefd5a9885fc106a24909f998 (patch)
treebd9123347f1a8d4242275c5b1ea4e2ccc647da90 /flake.nix
parentflake.lock: Update (diff)
downloadinfra-dab1442f7089f1ccefd5a9885fc106a24909f998.tar.gz
update deps and remove nur/firefox overlays
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index 0ceed11..33da294 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,13 +19,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- firefox-darwin = {
- url = "github:bandithedoge/nixpkgs-firefox-darwin";
- inputs.nixpkgs.follows = "nixpkgs";
- };
-
- nur = { url = "github:nix-community/NUR"; };
-
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";