adding shell for ags dev
This commit is contained in:
parent
5a985cad9f
commit
88dbdc172a
4 changed files with 60 additions and 0 deletions
15
.config/ags/shell.nix
Normal file
15
.config/ags/shell.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
with pkgs;
|
||||
mkShell rec {
|
||||
name = "ags-config";
|
||||
|
||||
nativeBuildInputs = [
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
stdenv
|
||||
clojure
|
||||
clojure-lsp
|
||||
clj-kondo
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue