refactor(flake): don't overlay nixpkgs
All checks were successful
/ check (push) Successful in 9s
/ check-renovaterc (push) Successful in 2s
/ build-packages (push) Successful in 13s
/ build-vm (push) Successful in 1s
/ report-size (push) Successful in 4s

It is not needed for the flake itself (yes for the packages).
This commit is contained in:
Jalil David Salamé Messina 2025-04-21 21:06:59 +02:00
parent ecc37b8fc3
commit 176fcae9c3
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -1,7 +1,4 @@
{ inputs, ... }:
let
overlays = builtins.attrValues inputs.self.overlays;
in
{
imports = [
inputs.treefmt-nix.flakeModule
@ -19,8 +16,6 @@ in
perSystem =
{ system, ... }:
{
_module.args.pkgs = import inputs.nixpkgs { inherit system overlays; };
# Setup formatters
treefmt = {
projectRootFile = "flake.nix";