just file, docker file and website css fixes
This commit is contained in:
@@ -1,20 +1,22 @@
|
||||
{
|
||||
description = "Flake description";
|
||||
outputs =
|
||||
{ self, nixpkgs }:
|
||||
{
|
||||
# setup the devShell for x86_64-linux.
|
||||
devShell.x86_64-linux =
|
||||
with nixpkgs.legacyPackages.x86_64-linux;
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
pnpm
|
||||
nodejs
|
||||
];
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
}: {
|
||||
# setup the devShell for x86_64-linux.
|
||||
devShell.x86_64-linux = with nixpkgs.legacyPackages.x86_64-linux;
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
pnpm
|
||||
nodejs
|
||||
just
|
||||
podman-compose
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
echo "mreow"
|
||||
'';
|
||||
};
|
||||
};
|
||||
shellHook = ''
|
||||
echo "mreow"
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user