diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-25 19:36:33 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-25 19:36:33 +0100 |
| commit | b12baa2f4718449588238c40c144b025bbe5fe01 (patch) | |
| tree | 35665e96af9baa5e3a679921344a91f5a8e5af3e /devenv.nix | |
| parent | b33e3b68582bebc4d2735cb62e69c197514a3ecc (diff) | |
devenv: add bashly
Diffstat (limited to 'devenv.nix')
| -rw-r--r-- | devenv.nix | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ -{inputs, ...}: { - imports = [inputs.my-nixpkgs.devenvModules.personal]; +{ inputs, pkgs, ... }: +{ + imports = [ inputs.my-nixpkgs.devenvModules.personal ]; languages.nix.enable = true; + packages = [ pkgs.bashly ]; } |
