aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-01 17:22:44 +0100
committerAkshay <[email protected]>2021-10-01 17:22:44 +0100
commit94b3b7896583fca0247fb6d518d79ec73da405c3 (patch)
treec63a7a0518d321a7d5896522b67e3ba2e031f2bf /shell.nix
parent6b31fa5d24df2949c7987f6fa349e6ef86e2fc00 (diff)
delete outdated nix build filesHEADmaster
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell.nix b/shell.nix
deleted file mode 100644
index d806c60..0000000
--- a/shell.nix
+++ /dev/null
@@ -1,6 +0,0 @@
1{ pkgs ? import <nixpkgs> {} }:
2
3with pkgs;
4mkShell {
5 buildInputs = [ fontforge-gtk fontforge python3 xorg.mkfontdir adoptopenjdk-bin ];
6}