move nix stuff to dir

This commit is contained in:
Tim Schubert 2021-06-06 17:27:25 +02:00
parent 9dcb016b71
commit 39db7ded7d
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 0 additions and 0 deletions

View file

@ -1,6 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
{
this = callPackage ./default.nix { };
}