aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-08-20 14:49:51 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-08-20 14:49:51 +0200
commit1bda2bbd26d803ec863032586525d2b473625f32 (patch)
tree1915eb4f51e60d3f416679d66314a787f5ccf002 /shell.nix
Initial commit
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
new file mode 100644
index 0000000..3b73d72
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,8 @@
+with import <nixpkgs> {};
+
+stdenv.mkDerivation {
+ name = "cookbook";
+ buildInputs = with pkgs; [
+ # Hier könnte Ihre Werbung stehen
+ ];
+}