fix missing nixpkgs
This commit is contained in:
parent
f7a32893aa
commit
ad602b8e4e
2 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [ (import ./nixos/dustbowl.nix {
|
||||
emacs-overlay = emacs-overlay;
|
||||
nixpkgs = nixpkgs;
|
||||
}) ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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, ... }:
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue