Port CSS to Tailwind
This commit is contained in:
parent
ec098fa934
commit
ec175fe0c6
5 changed files with 66 additions and 190 deletions
11
shell.nix
11
shell.nix
|
|
@ -7,4 +7,13 @@ let
|
|||
}) {};
|
||||
python = import ./requirements.nix { inherit pkgs; };
|
||||
in
|
||||
python.interpreter
|
||||
pkgs.mkShell {
|
||||
name = "strojnadzor-env";
|
||||
buildInputs = [
|
||||
pkgs.nodejs
|
||||
python.interpreter
|
||||
];
|
||||
shellHook = ''
|
||||
'';
|
||||
preferLocalBuild = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue