nixos-flake icon indicating copy to clipboard operation
nixos-flake copied to clipboard

A flake-parts module to manage NixOS and macOS machines, along with home-manager support, in a unified fashion.

Results 19 nixos-flake issues
Sort by recently updated
recently updated
newest added

Currently, I am trying to track nixpkgs versions separately for different hosts. My old `flake.nix` had the following: ```nix { inputs = { # To update nixpkgs (and thus NixOS),...

enhancement

- https://github.com/ublue-os/fleek/pull/156#discussion_r1172757272 - https://github.com/bketelsen/nixos-flake/commit/35f0e1c2d1c4ead8fc346078ce9c86392708e8c4 cc @bketelsen Basically add hostname, along with username, to the `legacyPackages.homeConfigurations` keys. ```nix { legacyPackages.homeConfigurations = rec { default = ...; "srid@macbook1" = default; "srid@linux-desktop1" =...

enhancement
good first issue

It should look at `inputs` and filter out those default inputs that do not exist. cf. https://github.com/srid/nixos-flake/discussions/37

enhancement

Once https://github.com/NixOS/nixpkgs/pull/251369 is merged

From https://app.element.io/#/room/#zero-to-flakes:matrix.org

documentation

Thanks for this amazing project. I think it's exactly what I've been looking for 💪🏻 I was wondering if some documentation could be added explaining how to use it. Similar...

documentation

Thank you for these useful templates! I'd like to use a nixpkgs overlay with this (use a different version of nix). Do you have an example how to use overlays...

documentation

``` + nix run '.#homeConfigurations."john".activationPackage' warning: creating lock file '/Users/srid/code/nixos-flake/examples/home/flake.lock' warning: Git tree '/Users/srid/code/nixos-flake' is dirty Starting Home Manager activation Error: HOME is set to "/Users/srid/code/nixos-flake/examples/home/tmp/home" but we expect "/Users/john"...

Just have `nix run .#activate -- --home` do this, rather than having a 2nd flake app.

good first issue

cf. ``` ❯ > nix store diff-closures /nix/var/nix/profiles/system-151-link /nix/var/nix/profiles/system-152-link Agda: -1755.7 KiB ChasingBottoms: -20.8 KiB JuicyPixels: -97.2 KiB aeson: +84.2 KiB aeson-pretty: -8.6 KiB attoparsec: +18.9 KiB bifunctors: +33.1 KiB...

enhancement