Skip to content

privatevoid-net/__functor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

__functor

Usage example:

{
  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
    flake-parts.url = "github:hercules-ci/flake-parts";
    __functor.url = "github:privatevoid-net/__functor";
  };

  outputs = call: call {
    perSystem = { pkgs, ... }: {
      packages = { inherit (pkgs) hello; };
    };
  };
}

About

Possibly the most obscure piece of Nix magic yet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages