diff options
| author | Mel <einebeere@gmail.com> | 2023-09-24 20:35:09 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-09-24 20:35:09 +0200 |
| commit | 06900b906fb64df473a5955b21c64ede4616d378 (patch) | |
| tree | a9aa19a2c206cba4634e590c8bf300584ef14803 /util.nix | |
| parent | 04b8ac189c5f7d403d4b59b5d2cbabe689922f89 (diff) | |
| download | rnrd-06900b906fb64df473a5955b21c64ede4616d378.tar.zst rnrd-06900b906fb64df473a5955b21c64ede4616d378.zip | |
Create base config from lapin
Diffstat (limited to 'util.nix')
| -rw-r--r-- | util.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util.nix b/util.nix new file mode 100644 index 0000000..86fe375 --- /dev/null +++ b/util.nix @@ -0,0 +1,5 @@ +{ + mkMe = { name ? "", ... }@me: + assert name != ""; + me; +} \ No newline at end of file |
