From 57eb80fc10513f9e2ca5278588f6425f327e99ef Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 12 Oct 2024 16:46:14 -0400 Subject: [PATCH] flake: add jovian input --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 0ba7e6e4..5f99e624 100644 --- a/flake.nix +++ b/flake.nix @@ -25,6 +25,11 @@ 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";