Update to new syntax
This commit is contained in:
parent
7e360aa4a1
commit
1f6b80656c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue