diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-20T00·47+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-20T00·52+0000 |
commit | f4fea2346e69235f8346ae626359fa1bf901282d (patch) | |
tree | 45e45ebc8b6bd70f213e625c904076642b7d5215 /default.nix | |
parent | 1d5ab45303c700e188a1f041f6ff6630e96c7f03 (diff) |
Move sandbox into website
Nest the sandbox work under ./website.
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 6a80292c6b7c..a60fd66799fd 100644 --- a/default.nix +++ b/default.nix @@ -10,7 +10,6 @@ in { nixos = readTree ./nixos; utils = readTree ./utils; emacs = readTree ./emacs; - sandbox = readTree ./sandbox; website = readTree ./website; lisp = readTree ./lisp; gopkgs = readTree ./gopkgs; |