diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-05-01 03:36:55 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-05-01 03:36:55 +0300 |
commit | 9a20404924fda2587ce4f9769f75369799f34643 (patch) | |
tree | a953941a22d6c031e67b267e35a11db72bdd25e3 /topology.nix | |
parent | 2024-04-29 (diff) |
2024-05-01
Diffstat (limited to '')
-rw-r--r-- | topology.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/topology.nix b/topology.nix new file mode 100644 index 0000000..8830f12 --- /dev/null +++ b/topology.nix @@ -0,0 +1,8 @@ +inputs: self: pkgs: +import inputs.nix-topology { + inherit pkgs; + modules = [ + { inherit (self) nixosConfigurations; } + (_: { }) + ]; +} |