From 5f8647cac93000608ff3b6e60f1461b2e522992e Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 6 Dec 2024 17:55:24 -0500 Subject: [PATCH] flake: remove jovian input and cache --- common/nix.nix | 2 -- flake.nix | 7 ------- 2 files changed, 9 deletions(-) diff --git a/common/nix.nix b/common/nix.nix index 47975e3b..a683480e 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -23,14 +23,12 @@ substituters = [ "https://alyraffauf.cachix.org" "https://cache.nixos.org/" - "https://jovian-nixos.cachix.org" "https://nix-community.cachix.org" "https://nix-gaming.cachix.org" ]; trusted-public-keys = [ "alyraffauf.cachix.org-1:GQVrRGfjTtkPGS8M6y7Ik0z4zLt77O0N25ynv2gWzDM=" - "jovian-nixos.cachix.org-1:mAWLjAxLNlfxAnozUjOqGj4AxQwCl7MXwOfu7msVlAo=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" ]; diff --git a/flake.nix b/flake.nix index 7d21a669..339e03d8 100644 --- a/flake.nix +++ b/flake.nix @@ -24,11 +24,6 @@ url = "github:JeanSchoeller/iio-hyprland"; }; - jovian = { - url = "github:Jovian-Experiments/Jovian-NixOS"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - lanzaboote = { inputs.nixpkgs.follows = "nixpkgs"; url = "github:nix-community/lanzaboote/v0.4.1"; @@ -57,14 +52,12 @@ extra-substituters = [ "https://alyraffauf.cachix.org" - "https://jovian-nixos.cachix.org" "https://nix-community.cachix.org" "https://nix-gaming.cachix.org" ]; extra-trusted-public-keys = [ "alyraffauf.cachix.org-1:GQVrRGfjTtkPGS8M6y7Ik0z4zLt77O0N25ynv2gWzDM=" - "jovian-nixos.cachix.org-1:mAWLjAxLNlfxAnozUjOqGj4AxQwCl7MXwOfu7msVlAo=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" ];