all repos — gopkgs @ 4fb845fad305b08c682e6f61d3764ef3df7d16db

Go module vanity import paths

use system packages instead of nix-shell

Alan Pearce
commit

4fb845fad305b08c682e6f61d3764ef3df7d16db

parent

f3acff6849abe451355e551c01b4b02759c48b48

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
M justfilejustfile
@@ -1,6 +1,3 @@
-#! /usr/bin/env nix-shell -#! nix-shell -i "just --justfile" - build: go run .
D shell.nix
@@ -1,8 +0,0 @@
-{ pkgs ? import <nixpkgs> { } }: - -pkgs.mkShell { - buildInputs = with pkgs; [ - go - rsync - ]; -}