Upgrading to NixOS 22.11 Issue

This page summarizes the projects mentioned and recommended in the original post on /r/NixOS

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nixos-hardware

    A collection of NixOS modules covering hardware quirks.

    … while fetching the input 'git+https://github.com/NixOS/nixos-hardware.git' … while evaluating 'isFunction' at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/trivial.nix:448:16: 447| */ 448| isFunction = f: builtins.isFunction f || | ^ 449| (f ? __functor && isFunction (f.__functor f)); … from call site at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:360:12: 359| loadModule = args: fallbackFile: fallbackKey: m: 360| if isFunction m || isAttrs m then | ^ 361| unifyModuleSyntax fallbackFile fallbackKey (applyModuleArgsIfFunction fallbackKey m args) … while evaluating 'loadModule'

  • Home Manager using Nix

    Manage a user environment using Nix [maintainer=@rycee]

    builtins.fetchGit { name = "home-manager-22.11"; url = "https://github.com/nix-community/home-manager/"; ref = "refs/heads/release-22.11"; rev = "e891b060e7d11bb8f7dedb86a41d804891a6f5a9"; }

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • impermanence

    Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]

    { imports = [ (modulesPath + "/installer/scan/not-detected.nix") "${builtins.fetchGit { url = "https://github.com/NixOS/nixos-hardware.git"; }}/system76" "${builtins.fetchGit { url = "https://github.com/nix-community/impermanence.git"; }}/nixos.nix" ];

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts