fix missing nixpkgs

This commit is contained in:
joachimschmidt557 2021-11-11 18:13:31 +01:00
parent f7a32893aa
commit ad602b8e4e
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ emacs-overlay }:
{ emacs-overlay, nixpkgs }:
{ config, pkgs, ... }:
{