aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2021-04-23 17:59:54 +0200
committerGitHub <noreply@github.com>2021-04-23 17:59:54 +0200
commit470373386cf33c3c7359d15a44d82d2d84a7c065 (patch)
treed989186957749135f72a708ba4f1489cb116c5e4 /shell.nix
parentc203a5f626ba635ab3e4c5e9c3a9f79e44503a6e (diff)
parent86ca002b4eda27cac76c6bdc87dc7cef9a970aa3 (diff)
downloadopenrussian-cli-470373386cf33c3c7359d15a44d82d2d84a7c065.tar.gz
Merge pull request #2 from vs49688/master
Remove NixOS files and update README
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 ];
-}