feat: *seh2g-
This commit is contained in:
9
seh2g/shell.nix
Normal file
9
seh2g/shell.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
pkgs.libxml2 # for xmllint
|
||||
(pkgs.writers.writeDashBin "serve" ''
|
||||
${pkgs.python3}/bin/python3 -m http.server
|
||||
'')
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user