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