diff options
author | Alan Pearce | 2024-05-10 15:10:01 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-10 15:24:10 +0200 |
commit | d75a137c0fa6498ca6e35a0f257634ea3df1bec6 (patch) | |
tree | 1f40b38343c7b3b3c9288026585ec5c0644bde0a /overlays | |
download | nix-packages-d75a137c0fa6498ca6e35a0f257634ea3df1bec6.tar.lz nix-packages-d75a137c0fa6498ca6e35a0f257634ea3df1bec6.tar.zst nix-packages-d75a137c0fa6498ca6e35a0f257634ea3df1bec6.zip |
initial commit
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/overlays/default.nix b/overlays/default.nix new file mode 100644 index 0000000..0c2d870 --- /dev/null +++ b/overlays/default.nix @@ -0,0 +1,5 @@ +{ + # Add your overlays here + # + # my-overlay = import ./my-overlay; +} |