From f27b66f878cfff1363270444c5b04e1c41d34e44 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:52:35 +0200 Subject: [PATCH] update --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, ... }: {