Skip to content

How to properly update on a linux only system #37

Answered by srid
cspadacini asked this question in Q&A
Discussion options

You must be logged in to vote

You can set the following option under perSystem of your flake:

{
  nixos-flake.primary-inputs = [ "nixpkgs" "home-manager" ];
}

By default, it includes nix-darwin:

default = [ "nixpkgs" "home-manager" "nix-darwin" ];

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@srid
Comment options

@cspadacini
Comment options

Answer selected by cspadacini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #36 on September 05, 2023 15:32.