Skip to content

Commit

Permalink
Add shell nix
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
nea89o committed Mar 15, 2024
1 parent 4bf53dc commit 3a0ff19
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# SPDX-FileCopyrightText: 2023 Linnea Gräf <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
buildInputs = with pkgs; [
bash
gh
git
xdg-utils
temurin-bin-17
reuse
pre-commit
];
}

0 comments on commit 3a0ff19

Please sign in to comment.