From c435c008f26c6db2ba2f62392c03184b73b0814e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 17 Jul 2025 21:23:04 +0200 Subject: ci --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5b83fd0..b204064 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ let pkgs = import nixpkgs { system = "x86_64-linux"; }; in { - devShells."x86_64-linux".ci = with pkgs; mkShell { + devShells."x86_64-linux".default = with pkgs; mkShell { buildInputs = [ pandoc hunspell -- cgit v1.2.3