Remove duplicate nixpkgs import from path
This commit is contained in:
parent
f0c1441230
commit
e0c49cfc27
4 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
this = import ../../.. {};
|
||||
this = import ../../.. { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue