Update unstable.nix

This commit is contained in:
Aaron Honeycutt 2023-01-31 16:43:45 +00:00
parent 6ebd12ab38
commit 9f3a06e9e2

View file

@ -6,9 +6,9 @@ let
# reuse the current configuration # reuse the current configuration
{ config = config.nixpkgs.config; }; { config = config.nixpkgs.config; };
in in
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
unstable.protonvpn-cli unstable.rustc
unstable.protonvpn-gui
]; ];
} }