Skip to content
View Ma27's full-sized avatar
🐱
Meow
🐱
Meow

Organizations

@NixOS @flyingcircusio @nix-community @squirrel-labs

Block or report Ma27

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ma27/README.md

Pinned Loading

  1. NixOS/nixpkgs Public

    Nix Packages collection & NixOS

    Nix 19.9k 15.4k

  2. NixOS/nix Public

    Nix, the purely functional package manager

    C++ 14k 1.6k

  3. NixOS/hydra Public

    Hydra, the Nix-based continuous build system

    Perl 1.3k 315

  4. oppiliappan/eva Public

    a calculator REPL, similar to bc(1)

    Rust 858 32

  5. nix-community/rnix-parser Public

    A Nix parser written in Rust [maintainer=@oberblastmeister]

    Nix 387 44

  6. LnL7/vim-nix Public

    Vim configuration files for Nix http://nixos.org/nix

    Vim Script 295 26

1,541 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to NixOS/nixpkgs, flyingcircusio/batou_ext, flyingcircusio/fc-nixos and 48 other repositories
Loading A graph representing Ma27's contributions from April 07, 2024 to April 09, 2025. The contributions are 51% commits, 26% code review, 20% pull requests, 3% issues.

Contribution activity

April 2025

Created 4 commits in 1 repository

Created a pull request in nix-community/authentik-nix that received 1 comment

module: prohibit store-paths for environmentFile

The store is world-readable, so secrets shouldn't end up there in the first place. On top, types.path has the following behavior: toString foo ret…

+13 −10 lines changed 1 comment
Reviewed 12 pull requests in 2 repositories

Created an issue in NixOS/nixpkgs that received 3 comments

Documentation doesn't evaluate with custom module adding config & options to a submodule

Given the following expression (called foo.nix) { lib, pkgs, ... }: with lib; { config = { documentation.nixos.includeAllModules = true; }; options =

3 comments
Loading