devcontainers: fix entrypoint

This commit is contained in:
Gabriel Arazas 2024-10-30 19:10:00 +08:00
parent 88d72af626
commit 3606b26ff0
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> { } }:
{ pkgs ? import <nixpkgs> { overlays = [ (import ../overlays).default ]; } }:
let inherit (pkgs) callPackage;
in {