diff --git a/flake.nix b/flake.nix index f7e7c16..b3a981c 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,10 @@ inputs.hyprland.follows = "hyprland"; }; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; - vpnconfinement.url = "github:Maroka-chan/VPN-Confinement"; + vpnconfinement = { + url = "github:Maroka-chan/VPN-Confinement"; + follows = "nixpkgs"; + }; }; outputs = inputs@{ nixpkgs, ... }: {