fix: remove stale nixpkgs override for vpnconfinement
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.
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||||
|
|
||||||
vpnconfinement.url = "github:Maroka-chan/VPN-Confinement";
|
vpnconfinement.url = "github:Maroka-chan/VPN-Confinement";
|
||||||
vpnconfinement.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user