From 0d7dc6a4f52991c678e91815e9232bd24b706dde Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Tue, 14 May 2024 20:09:48 +0200 Subject: [PATCH] sfsdf --- flake.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index e93e3a2..9ec4f2f 100644 --- a/flake.nix +++ b/flake.nix @@ -1,17 +1,9 @@ { description = "A very basic flake"; inputs = { - nh = { - url = "github:viperml/nh"; - inputs.nixpkgs.follows = "nixpkgs"; - }; heliox-cli.url = "git+https://git.ghoscht.com/heliox/cli?ref=custom-dimming"; }; - outputs = { - nh, - heliox-cli, - ... - } @ inputs: { + outputs = {heliox-cli, ...} @ inputs: { hydraJobs.heliox = heliox-cli.packages.x86_64-linux.hx; }; }