From f700934f5db60f8ca81a9df09aaaa5199fb07438 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 25 Feb 2025 13:41:33 -0600 Subject: [PATCH] add default back to the flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0bd23c6..d9ec510 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ outputs = { nixpkgs, ... }: let system = "x86_64-linux"; in { - devShells."${system}" = + devShells."${system}".default = let pkgs = nixpkgs.legacyPackages."${system}"; in