mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 22:48:02 +03:00
9 lines
103 B
Nix
9 lines
103 B
Nix
|
{ self, lib, ... }: {
|
||
|
perSystem = { config, self', inputs', pkgs, ... }: {
|
||
|
|
||
|
};
|
||
|
flake = {
|
||
|
|
||
|
};
|
||
|
}
|