mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Nornalize names of flake inputs
This commit is contained in:
parent
842d8a518f
commit
2aeca33da2
6 changed files with 33 additions and 33 deletions
|
|
@ -4,7 +4,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
formatter =
|
||||
(inputs.treefmt-nix.lib.evalModule pkgs {
|
||||
(inputs.treefmt.lib.evalModule pkgs {
|
||||
projectRootFile = "flake.nix";
|
||||
programs = {
|
||||
nixfmt.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue