##// END OF EJS Templates
Added tag v4.1.2 for changeset f38ed1e1a31d
Added tag v4.1.2 for changeset f38ed1e1a31d

File last commit:

r0:0fb8cb8f default
r28:fdf03b78 stable
Show More
shell.nix
13 lines | 272 B | text/x-nix | NixLexer
initial commit
r0 { pkgs ? (import <nixpkgs> {})
}:
let
vcsserver = import ./default.nix {inherit pkgs;};
in vcsserver.override (attrs: {
# Avoid that we dump any sources into the store when entering the shell and
# make development a little bit more convenient.
src = null;
})