no need for nixos-shell in the end

This commit is contained in:
catvayor 2024-06-23 12:18:10 +02:00
parent bf9d82ed9f
commit e4158c8677

View file

@ -1,4 +1,4 @@
{ pkgs ? (import <nixpkgs>) { }, lib ? pkgs.lib}: { pkgs ? (import <nixpkgs>) { }, lib ? pkgs.lib}:
pkgs.mkShell { pkgs.mkShell {
buildInputs = with pkgs; [ cargo rustc rustfmt nixos-shell ]; buildInputs = with pkgs; [ cargo rustc rustfmt ];
} }