srid / nixos-flake

A flake-parts module to manage NixOS and macOS machines, along with home-manager support, in a unified fashion.
https://community.flake.parts/nixos-flake
MIT License
175 stars 19 forks source link

How to properly update on a linux only system #36

Closed cspadacini closed 1 year ago

cspadacini commented 1 year ago

I've just started using this module based on the template with no changes other than my username and hostname.

Whenever I use nix run .#update I get the following warning:

warning: the flag '--update-input nix-darwin' does not match any input

Is there any configuration that needs to be set to avoid this?

Thanks