From 69774ba1868ce0547fa06157a81b6bdd9bca8145 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Fri, 8 Mar 2024 03:46:02 +0400 Subject: [PATCH] flake: small optimization: mkShell => mkShellNoCC --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 361dd9b..1b7c41c 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ [testing in NixOS VM] - nixos-test-driver - run an interactive NixOS VM with with all dependencies + nixos-test-driver - run an interactive NixOS VM with all dependencies pytest-vm - run pytest in an ephemeral NixOS VM with Redis, accepting pytest arguments ''; in @@ -78,7 +78,7 @@ }; nixosModules.default = import ./nixos/module.nix self.packages.${system}.default; - devShells.${system}.default = pkgs.mkShell { + devShells.${system}.default = pkgs.mkShellNoCC { name = "SP API dev shell"; packages = with pkgs; [ nixpkgs-fmt