aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/shell.nix b/shell.nix
deleted file mode 100644
index 93c27dc..0000000
--- a/shell.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ pkgs ? (import <nixpkgs> {}) }:
-let
- openrussian = pkgs.callPackage ./default.nix {};
-in
-pkgs.mkShell {
- buildInputs = [ openrussian ];
-}