aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2021-04-23 21:00:42 +1000
committerZane van Iperen <zane@zanevaniperen.com>2021-04-23 21:00:42 +1000
commit919498223ab63b83b1fa9246df0562510660c161 (patch)
tree78abae016b18668e04f44854fec93512315e6bc4 /shell.nix
parentc203a5f626ba635ab3e4c5e9c3a9f79e44503a6e (diff)
downloadopenrussian-cli-919498223ab63b83b1fa9246df0562510660c161.tar.gz
nix: remove {default,shell}.nix
Is now upstreamed.
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 ];
-}