add release.nix

auto-flake-update
Yorick van Pelt 2017-01-31 16:59:55 +01:00
parent b7fcfda071
commit 0b15bb4ce9
1 changed files with 4 additions and 0 deletions

4
release.nix Normal file
View File

@ -0,0 +1,4 @@
with (import <nixpkgs> {});
{
dotfiles = import ./default.nix;
}