feat: Add nix-expr library, update nix
(cherry picked from commit bf1ddd1c9137578b86895577d5b80e0c5771b605)
This commit is contained in:
parent
be8aa55a38
commit
6978e91fa9
11 changed files with 399 additions and 9 deletions
|
|
@ -26,11 +26,8 @@
|
|||
perSystem = { config, self', inputs', pkgs, ... }: {
|
||||
|
||||
|
||||
packages.nix = inputs'.nix.packages.nix.overrideAttrs {
|
||||
# checkPhase does not seem to terminate.
|
||||
# TODO: remove override
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
packages.nix = inputs'.nix.packages.nix;
|
||||
|
||||
pre-commit.settings.hooks.nixpkgs-fmt.enable = true;
|
||||
# Temporarily disable rustfmt due to configuration issues
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue