dafault value for maintainer doesn't work

This commit is contained in:
illustris 2022-01-23 13:09:09 +05:30 committed by GitHub
parent 1c32403de1
commit 1008a75179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ maintainer ? "illustris", ... }@args:
{ ... }@args:
let
pkgs = (import <nixpkgs> {});