switched formatter

This commit is contained in:
Christoph Hollizeck 2024-03-22 14:43:20 +00:00
parent 851cb6fe38
commit e6ff80b005
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
5 changed files with 39 additions and 40 deletions

View file

@ -1,5 +1,5 @@
{
description = "My NixOS / nix-darwin / nixos-generators systems";
description = "NixOs Config";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
@ -26,13 +26,13 @@
inherit inputs;
src = ./.;
channels-config = {allowUnfree = true;};
channels-config = { allowUnfree = true; };
outputs-builder = channels: {formatter = channels.nixpkgs.alejandra;};
outputs-builder = channels: { formatter = channels.nixpkgs.nixpkgs-fmt; };
overlays = with inputs; [
# Use the overlay provided by this flake.
snowfall-flake.overlays."package/flake"
snowfall-flake.overlays.default
];
};
}