summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e3cf8e4..fa7ee5d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = ''