Skip to content

Commit

Permalink
chore: env update (shuttle-hq#253)
Browse files Browse the repository at this point in the history
* chore: update nix pin

* chore: activate direnv
  • Loading branch information
chesedo authored Jul 11, 2022
1 parent deb8b10 commit 5b052ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use nix
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ Cargo.lock

e2e/users.toml

# direnv cache directory
.direnv/
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz);
# Pin to stable from https://status.nixos.org/
nixpkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/9bc0e974545d5bc4c24e1ed047be0dc4e30e494b.tar.gz") { overlays = [ moz_overlay ]; };
nixpkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/71d7a4c037dc4f3e98d5c4a81b941933cf5bf675.tar.gz") { overlays = [ moz_overlay ]; };
in
with nixpkgs;
stdenv.mkDerivation {
Expand Down

0 comments on commit 5b052ce

Please sign in to comment.