Delete default.nix

This commit is contained in:
CxJuice 2023-11-29 12:02:24 +08:00 committed by GitHub
parent 0aa8267cf6
commit de5dd7bcce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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