mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
devcontainers: fix entrypoint
This commit is contained in:
parent
88d72af626
commit
3606b26ff0
@ -1,4 +1,4 @@
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
{ pkgs ? import <nixpkgs> { overlays = [ (import ../overlays).default ]; } }:
|
||||
|
||||
let inherit (pkgs) callPackage;
|
||||
in {
|
||||
|
Loading…
Reference in New Issue
Block a user