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, ... }:
|
{ inputs, ... }:
|
||||||
let
|
|
||||||
overlays = builtins.attrValues inputs.self.overlays;
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.treefmt-nix.flakeModule
|
inputs.treefmt-nix.flakeModule
|
||||||
|
@ -19,8 +16,6 @@ in
|
||||||
perSystem =
|
perSystem =
|
||||||
{ system, ... }:
|
{ system, ... }:
|
||||||
{
|
{
|
||||||
_module.args.pkgs = import inputs.nixpkgs { inherit system overlays; };
|
|
||||||
|
|
||||||
# Setup formatters
|
# Setup formatters
|
||||||
treefmt = {
|
treefmt = {
|
||||||
projectRootFile = "flake.nix";
|
projectRootFile = "flake.nix";
|
||||||
|
|
Loading…
Add table
Reference in a new issue