use system packages instead of nix-shell
3 files changed, 0 insertions(+), 15 deletions(-)
changed files
D .envrc
@@ -1,4 +0,0 @@ -#!/usr/bin/env bash -# the shebang is ignored, but nice for editors - -use nix
D shell.nix
@@ -1,8 +0,0 @@ -{ pkgs ? import <nixpkgs> { } }: - -pkgs.mkShell { - buildInputs = with pkgs; [ - go - rsync - ]; -}