diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/aspen/system/home/modules/development.nix | 4 | ||||
-rw-r--r-- | users/tazjin/nixos/frog/default.nix | 2 | ||||
-rw-r--r-- | users/tazjin/nixos/modules/fonts.nix | 2 | ||||
-rw-r--r-- | users/wpcarro/boilerplate/typescript/default.nix | 2 | ||||
-rw-r--r-- | users/wpcarro/website/sandbox/contentful/default.nix | 2 |
5 files changed, 5 insertions, 7 deletions
diff --git a/users/aspen/system/home/modules/development.nix b/users/aspen/system/home/modules/development.nix index ca6ef131a37f..0da6d9cbaf94 100644 --- a/users/aspen/system/home/modules/development.nix +++ b/users/aspen/system/home/modules/development.nix @@ -68,9 +68,7 @@ with lib; nodePackages.prettier ] ++ optionals (stdenv.isLinux) [ - # TODO(aspen): replace with stable again once the current julia debacle - # is resolved upstream, see https://github.com/NixOS/nixpkgs/pull/121114 - julia_16-bin + julia-stable-bin valgrind linuxPackages.perf diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix index ce82d749f408..226886bfba6c 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -109,7 +109,7 @@ lib.fix (self: { corefonts dejavu_fonts jetbrains-mono - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-emoji ]; diff --git a/users/tazjin/nixos/modules/fonts.nix b/users/tazjin/nixos/modules/fonts.nix index 36b4cbe969ce..01ec118421c2 100644 --- a/users/tazjin/nixos/modules/fonts.nix +++ b/users/tazjin/nixos/modules/fonts.nix @@ -9,7 +9,7 @@ dejavu_fonts font-awesome jetbrains-mono - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-color-emoji noto-fonts-monochrome-emoji ]; diff --git a/users/wpcarro/boilerplate/typescript/default.nix b/users/wpcarro/boilerplate/typescript/default.nix index 84949cae7f3c..b013cf07eb44 100644 --- a/users/wpcarro/boilerplate/typescript/default.nix +++ b/users/wpcarro/boilerplate/typescript/default.nix @@ -6,7 +6,7 @@ pkgs.stdenv.mkDerivation { buildInputs = with pkgs; [ nodejs # Exposes lscpu for parcel.js - utillinux + util-linux ]; # parcel.js needs number of CPUs PARCEL_WORKERS = "1"; diff --git a/users/wpcarro/website/sandbox/contentful/default.nix b/users/wpcarro/website/sandbox/contentful/default.nix index ce7e534b234b..8b3ed12c49a7 100644 --- a/users/wpcarro/website/sandbox/contentful/default.nix +++ b/users/wpcarro/website/sandbox/contentful/default.nix @@ -6,7 +6,7 @@ pkgs.stdenv.mkDerivation { buildInputs = with pkgs; [ nodejs # Exposes lscpu for parcel.js - utillinux + util-linux ]; # parcel.js needs number of CPUs PARCEL_WORKERS = "1"; |