mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 17:20:31 +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;
|
|
};
|
|
}
|