Update to new syntax

This commit is contained in:
Alexander Wainwright
2025-12-26 14:47:04 +10:00
parent 7e360aa4a1
commit 1f6b80656c

View File

@@ -2,14 +2,14 @@
let
unstable = import inputs.nixpkgs-unstable {
system = pkgs.system;
system = pkgs.stdenv.hostPlatform.system;
config.allowUnfree = true;
};
in
{
home.packages = with pkgs; [
foliate
inputs.locutus.packages.${pkgs.system}.default
inputs.locutus.packages.${pkgs.stdenv.hostPlatform.system}.default
jrnl
mullvad-browser
tor-browser