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

@ -28,6 +28,7 @@
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ (import ./nixos/dustbowl.nix { modules = [ (import ./nixos/dustbowl.nix {
emacs-overlay = emacs-overlay; emacs-overlay = emacs-overlay;
nixpkgs = nixpkgs;
}) ]; }) ];
}; };
}; };

View file

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