diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-12-17 18:03:03 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-12-17 18:03:03 +0100 |
| commit | ce40867ac0cbd7db65d5c38d996df2b723ec14d6 (patch) | |
| tree | 76812e08b3ce4946fab75fcf0a1361823213534e /flake.nix | |
| parent | 3b58f293f93dabf06f950f5d85e1dc053f622774 (diff) | |
flake: add devshell
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,5 +40,6 @@ }; }; defaultPackage = self.packages."${system}".webpage; + devShell = pkgs.mkShell { packages = with pkgs; [ miniserve ]; }; }); } |
