From dc2e5793cb956131f070dc22ed92cba7b6bba083 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 3 May 2024 01:31:19 +0200 Subject: [PATCH] meta: use hyprspace repo directly --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9d8da7a..2e9b007 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,8 @@ nil.url = "github:oxalica/nil"; nil.inputs.nixpkgs.follows = "nixpkgs"; - depot.url = "gitlab:private-void/depot?host=git.privatevoid.net"; + hyprspace.url = "github:privatevoid-net/hyprspace"; + hyprspace.inputs.nixpkgs.follows = "nixpkgs"; lanzaboote.url = "github:nix-community/lanzaboote"; lanzaboote.inputs.nixpkgs.follows = "nixpkgs";