Skip to content

Commit

Permalink
shim a shell in
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 14, 2021
1 parent b1c7ba3 commit 26c1362
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions shell.nix
@@ -1,10 +1,3 @@
{ ... }:
let
sources = import ./nix/sources.nix;
nixpkgs = import sources.nixpkgs { };
niv = import sources.niv { };
in with nixpkgs;
stdenv.mkDerivation {
name = "gitea-experiment";
buildInputs = [ niv.niv git terraform graphviz ];
}
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
src = builtins.fetchGit ./.;
}).shellNix

0 comments on commit 26c1362

Please sign in to comment.