Skip to content

Commit

Permalink
fix: remove state nixpkgs override for vpnconfinement
Browse files Browse the repository at this point in the history
This gets rid of a pesky warning:
`warning: input 'vpnconfinement' has an override for a non-existent input 'nixpkgs'`

VPN Confinement flake no longer has a nixpkgs input since 2435967.
  • Loading branch information
xokdvium committed Nov 14, 2024
1 parent 104db0b commit a73edd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";

vpnconfinement.url = "github:Maroka-chan/VPN-Confinement";
vpnconfinement.inputs.nixpkgs.follows = "nixpkgs";
};

outputs = {
Expand Down

0 comments on commit a73edd0

Please sign in to comment.