diff options
| author | Fuwn <[email protected]> | 2024-09-11 20:08:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-11 20:08:45 -0700 |
| commit | f7ceb50994b9ad08a38361af168c98792a3fb398 (patch) | |
| tree | 0cc335d0496424af9336c267503d26355d0d7952 /lib/systems.nix | |
| parent | lib: secrets (diff) | |
| download | nixos-config-f7ceb50994b9ad08a38361af168c98792a3fb398.tar.xz nixos-config-f7ceb50994b9ad08a38361af168c98792a3fb398.zip | |
lib: systems
Diffstat (limited to 'lib/systems.nix')
| -rw-r--r-- | lib/systems.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems.nix b/lib/systems.nix new file mode 100644 index 0000000..21624a3 --- /dev/null +++ b/lib/systems.nix @@ -0,0 +1 @@ +{ lib, systems }: lib.genAttrs systems |