init
This commit is contained in:
commit
97b9b3fe63
12
default.nix
Normal file
12
default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ ... }@args:
|
||||
|
||||
let
|
||||
pkgs = (import <nixpkgs> {});
|
||||
in
|
||||
|
||||
#
|
||||
with builtins; listToAttrs (
|
||||
map ( x: { name = x.pname; value = x;} ) (
|
||||
import "${pkgs.path}/maintainers/scripts/build.nix" ( intersectAttrs args { maintainer = "illustris"; } )
|
||||
)
|
||||
)
|
||||
Loading…
x
Reference in New Issue
Block a user