aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
blob: 3b73d72baacd87b768a978cd7d9604ce41f3d277 (plain)
1
2
3
4
5
6
7
8
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "cookbook";
  buildInputs = with pkgs; [
    # Hier könnte Ihre Werbung stehen
  ];
}