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
|
let
|
||||||
unstable = import inputs.nixpkgs-unstable {
|
unstable = import inputs.nixpkgs-unstable {
|
||||||
system = pkgs.system;
|
system = pkgs.stdenv.hostPlatform.system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
foliate
|
foliate
|
||||||
inputs.locutus.packages.${pkgs.system}.default
|
inputs.locutus.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
jrnl
|
jrnl
|
||||||
mullvad-browser
|
mullvad-browser
|
||||||
tor-browser
|
tor-browser
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue