Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert flake.nix layout to use flake-utils-plus #4

Open
Lehmanator opened this issue Dec 11, 2023 · 0 comments
Open

Convert flake.nix layout to use flake-utils-plus #4

Lehmanator opened this issue Dec 11, 2023 · 0 comments

Comments

@Lehmanator
Copy link
Owner

gytis-ivaskevicius

  • Desystematizes inputs
  • Pass nixpkgs.config options to all nixpkgs channels
  • Apply overlays to all nixpkgs channels
  • Apply patches on a selected channel
  • Provides a package for nix repl on steriods.
  • Export all modules as attrset: i.e. {a = import ./a.nix; b = import ./b.nix; }
  • Export all overlays from channels as namespaced attrset instantiated w/ their nixpkgs version.
  • Export all packages from all overlays.
  • Automatically generate flake registry from inputs.
  • Automatically generate NIX_PATH from inputs.
  • Automatically symlink inputs' flake contents to /etc/nix/inputs
  • Import flakes inside directories of your flake inputs.
  • Set hostDefaults:
    • system
    • channelName (of nixpkgs)
    • extraArgs (i.e. specialArgs of nixosSystem)
    • modules
    • output (flake output config goes to: i.e. nixosConfigurations/darwinConfigurations/homeConfigurations
    • builder (e.g. nixos.lib.nixosSystem)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant