From d37b5201eaa0f0c22251d882cfc10820902a154e Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 4 Apr 2022 14:27:51 -0400 Subject: [PATCH] fix(flake): use absolute path for powercord setup --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f1ef5c6..d2c167f 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ # --- Application-Specific Flake Inputs # # --- Powercord - powercord-setup.url = "path:./subflakes/powercord"; + powercord-setup.url = "path:/etc/nixos/subflakes/powercord"; powercord-setup.inputs.nixpkgs.follows = "latest"; };