Gitiles
Code Review
Sign In
gerrit-dev.monogon.dev
/
monogon
/
91c0397b2f8eab309e0958afa1746c2a2d02b433
/
.
/
shell.nix
blob: 3963630b138b82655ea256c465ebaf946bd4bdfe [
file
] [
log
] [
blame
]
# If you're on NixOS, use me! `nix-shell --pure`.
{
sources
?
import
third_party
/
nix
/
sources
.
nix
}:
let
pkgs
=
import
sources
.
nixpkgs
{};
in
(
import
third_party
/
nix
/
env
.
nix
{
inherit pkgs
;
}).
env