diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 23:25:41 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 23:25:41 +0200 |
| commit | cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 (patch) | |
| tree | 03de331a8db6386dfd6fa75155bfbcea6b4feaf3 /shell.nix | |
| parent | 84ed124529ffeee1590295b8de3a8faf51848680 (diff) | |
| download | mitjafelicijan.com-cd6644ea4ddc78597934ab0ef5ba50e3c3daa927.tar.gz | |
Moved to a simpler SSG
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/shell.nix b/shell.nix deleted file mode 100644 index fccd746..0000000 --- a/shell.nix +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | { pkgs ? import <nixpkgs> {} }: | ||
| 2 | pkgs.mkShell { | ||
| 3 | nativeBuildInputs = with pkgs.buildPackages; [ | ||
| 4 | hugo | ||
| 5 | ]; | ||
| 6 | } | ||
