fix flake
This commit is contained in:
parent
cd5df7b956
commit
47be859ef7
|
@ -13,6 +13,8 @@ exclude:
|
||||||
- "readme.md"
|
- "readme.md"
|
||||||
- "LICENSE"
|
- "LICENSE"
|
||||||
- "shell.nix"
|
- "shell.nix"
|
||||||
|
- "flake.nix"
|
||||||
|
- "flake.lock"
|
||||||
|
|
||||||
katex:
|
katex:
|
||||||
rendering_options:
|
rendering_options:
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
{
|
{
|
||||||
description = "My website";
|
description = "My website";
|
||||||
|
|
||||||
outputs = { self, nixpkgs }:
|
outputs = { self, nixpkgs }: {
|
||||||
{
|
|
||||||
devShells.x86_64-linux.default = import ./shell.nix {
|
devShells.x86_64-linux.default = import ./shell.nix {
|
||||||
pkgs = nixpkgs.legacyPackages."x86_64-linux";
|
pkgs = nixpkgs.legacyPackages."x86_64-linux";
|
||||||
};
|
};
|
||||||
|
|
||||||
defaultPackage.x86_64-linux = self.devShells.x86_64-linux.default;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user