diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ { formatter.x86_64-linux = pkgs.nixpkgs-fmt; apps.x86_64-linux = (nixinate.lib.genDeploy.x86_64-linux self) // ({ secrix = secrix self; }); - devShell.x86_64-linux = + devShells.x86_64-linux.default = pkgs.mkShell { buildInputs = with pkgs; [ figlet tmux ]; shellHook = '' |
