Skip to content

Commit

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

* chore: activate direnv
chesedo authored Jul 11, 2022

Verified

This commit was signed with the committer’s verified signature.
oddgrd Oddbjørn Grødem
1 parent deb8b10 commit 5b052ce
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
@@ -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 {

0 comments on commit 5b052ce

Please sign in to comment.