1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-28 10:47:19 +00:00

add _file for anonymous packages module

This commit is contained in:
Daiderd Jordan 2018-01-06 23:21:34 +01:00
parent 9780fb0f0b
commit 6fe46e8335
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -5,6 +5,7 @@
let
packages = { config, lib, pkgs, ... }: {
_file = ./default.nix;
config = {
_module.args.pkgs = import nixpkgs config.nixpkgs;
nixpkgs.system = system;