Skip to content

Commit

Permalink
add nix shell def
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Sep 18, 2024
1 parent ee8ab57 commit 4892625
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
with import <nixpkgs> {};
mkShell {
buildInputs = [
pkgs.mkdocs
pkgs.python311Packages.mkdocs-redirects
pkgs.python311Packages.mkdocs-material
];
}

0 comments on commit 4892625

Please sign in to comment.