Delete default.nix

This commit is contained in:
CxJuice
2023-11-29 12:02:24 +08:00
committed by GitHub
parent 0aa8267cf6
commit de5dd7bcce

View File

@ -1,5 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [ pkgs.python38 ];
}