refactor(flake): don't overlay nixpkgs
It is not needed for the flake itself (yes for the packages).
This commit is contained in:
parent
ecc37b8fc3
commit
176fcae9c3
1 changed files with 0 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue