Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
inherit (fwlib') blockTypes actions dataWith flakeModule grow growOn findTargets;
};
in
assert inputs.nixpkgs.lib.assertMsg ((builtins.compareVersions builtins.nixVersion "2.13") >= 0) "The truth is: you'll need a newer nix version to use Standard (minimum: v2.13).";
assert inputs.nixpkgs.lib.assertMsg ((builtins.compareVersions builtins.nixVersion "2.18") >= 0) "The truth is: you'll need a newer nix version to use Standard (minimum: v2.18).";
(import ./dogfood.nix (inputs
// {
std = std // {inherit (inputs.self) narHash;};
Expand Down
1 change: 0 additions & 1 deletion src/data/configs/mdbook.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ in {
packages = [
nixpkgs.alejandra
nixpkgs.nodePackages.prettier
nixpkgs.nodePackages.prettier-plugin-toml
nixpkgs.shfmt
mdbook-paisano-preprocessor
];
Expand Down
2 changes: 0 additions & 2 deletions src/data/configs/treefmt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ in {
packages = [
nixpkgs.alejandra
nixpkgs.nodePackages.prettier
nixpkgs.nodePackages.prettier-plugin-toml
nixpkgs.shfmt
];

Expand All @@ -17,7 +16,6 @@ in {
};
prettier = {
command = lib.getExe nixpkgs.nodePackages.prettier;
options = ["--plugin" "${nixpkgs.nodePackages.prettier-plugin-toml}/lib/node_modules/prettier-plugin-toml/lib/index.js" "--write"];
includes = [
"*.css"
"*.html"
Expand Down
9 changes: 4 additions & 5 deletions src/local/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions src/tests/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.