Skip to content

Commit

Permalink
fix: issue on flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert committed Nov 8, 2024
1 parent 61f034b commit 0030dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
nixpkgs.follows = "nixpkgs";
nixpkgs-unstable.follows = "nixpkgs";
pre-commit-hooks.follows = "pre-commit-hooks";
treefmt-nix.follows = " treefmt-nix";
treefmt-nix.follows = "treefmt-nix";
};
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
Expand Down

0 comments on commit 0030dab

Please sign in to comment.