chore: fix deprecation warnings
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
1b584c120d
commit
aa8f57b9c2
6 changed files with 19 additions and 14 deletions
|
|
@ -51,7 +51,7 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(firefox.override { extraNativeMessagingHosts = [ passff-host ]; })
|
||||
(firefox.override { nativeMessagingHosts = [ passff-host ]; })
|
||||
vim
|
||||
wget
|
||||
git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue