mirror of
https://github.com/nix-community/dream2nix.git
synced 2025-01-01 19:08:33 +03:00
11 lines
253 B
Nix
11 lines
253 B
Nix
{
|
|
inputs.dream2nix.url = "github:nix-community/dream2nix";
|
|
outputs = inp:
|
|
inp.dream2nix.lib.makeFlakeOutputs {
|
|
systemsFromFile = ./nix_systems;
|
|
config.projectRoot = ./.;
|
|
source = ./.;
|
|
projects = ./projects.toml;
|
|
};
|
|
}
|