diff options
author | Ben Sima <ben@bsima.me> | 2020-10-13 11:57:29 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-10-13 12:02:32 -0400 |
commit | 1d92f4686c4803c802dce66804eba9ebe61efc1a (patch) | |
tree | caf95700e5c587d4908138004baf4273f6bf5466 /Biz/Bild/Repl.nix | |
parent | dbea29d0c604c69968adbf658ca19a6cc207890d (diff) |
Move nix files into Biz.Bild namespace
Diffstat (limited to 'Biz/Bild/Repl.nix')
-rw-r--r-- | Biz/Bild/Repl.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Bild/Repl.nix b/Biz/Bild/Repl.nix new file mode 100644 index 0000000..94edf3a --- /dev/null +++ b/Biz/Bild/Repl.nix @@ -0,0 +1 @@ +{ nixpkgs = import ./.; } |