diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-10 04:01:16 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-10 04:01:16 +0200 |
| commit | ddd4ff8539f77e1920a0dca614fd4d44abacd57e (patch) | |
| tree | 5f79de61f9201728610b310b0978a016eb26fc27 /shell.nix | |
| parent | ae2835e4181e5e9e6b9f65fdb59ed1b0eb11b848 (diff) | |
| download | mitjafelicijan.com-ddd4ff8539f77e1920a0dca614fd4d44abacd57e.tar.gz | |
Added nix shell config
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..18d6c87 --- /dev/null +++ b/shell.nix | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { pkgs ? import <nixpkgs> {} }: | ||
| 2 | pkgs.mkShell { | ||
| 3 | nativeBuildInputs = with pkgs.buildPackages; [ | ||
| 4 | go | ||
| 5 | ]; | ||
| 6 | } | ||
