"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
nixos figsoda 1 year ago 100%
zon2nix - Convert the dependencies in `build.zig.zon` to a Nix expression github.com
9
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
nixos figsoda 1 year ago 100%
nix-init added dependency inference support for Go

GitHub Repository: https://github.com/nix-community/nix-init Diff: https://github.com/nix-community/nix-init/compare/v0.2.3...v0.2.4 Here is the full changelog for v0.2.4: ### Features - Go: support dependency inference - Rust: improve dependency inference for the following crates: alsa-sys, curl-sys, gtk-sys, gtk4-sys, librocksdb-sys, llvm-sys - Go: improve ldflags formatting - Add nix and nurl to runtime with environment variables instead of relying on a wrapper ### Changes - Drop support for nixpkgs 22.11 ### Fixes - Rust: use `cargo` and `rustc` instead of `rustPlatform.rust.cargo` and `rustPlatform.rust.rustc` - Python: fix `pythonImportsCheck` - Python(pyproject): default build-system.requires to setuptools - Fix interaction with `showAliases = false` on nixpkgs 23.11 ([#153](https://github.com/nix-community/nix-init/issues/153)) https://github.com/nix-community/nix-init/compare/v0.2.3...v0.2.4

8
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
nixos figsoda 1 year ago 100%
Developing Nix Libraries with Subflakes https://figsoda.github.io/posts/2023/developing-nix-libraries-with-subflakes/
6
0
nixos nixos UTF-8 support for Nix
Jump
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
nixos figsoda 1 year ago 100%
UTF-8 support for Nix github.com
6
2
linux
Linux figsoda 1 year ago 100%
Haumea can now load non-Nix files with its new matcher interface https://nix-community.github.io/haumea/notes/changelog.html

Haumea is a filesystem-based module system for Nix that allows you to import Nix files without any boilerplate. Haumea v0.2.2 was just released with a new [book](https://nix-community.github.io/haumea/) and support for [matchers](https://nix-community.github.io/haumea/api/matchers.html), which allows you to load non-Nix files. Diff: https://github.com/nix-community/haumea/compare/v0.2.1...v0.2.2 Changelog: https://nix-community.github.io/haumea/notes/changelog.html Repository: https://github.com/nix-community/haumea

1
0
opensource
Open Source figsoda 1 year ago 100%
Haumea can now load non-Nix files with its new matcher interface https://nix-community.github.io/haumea/notes/changelog.html

Haumea is a filesystem-based module system for Nix that allows you to import Nix files without any boilerplate. Haumea v0.2.2 was just released with a new [book](https://nix-community.github.io/haumea/) and support for [matchers](https://nix-community.github.io/haumea/api/matchers.html), which allows you to load non-Nix files. Diff: https://github.com/nix-community/haumea/compare/v0.2.1...v0.2.2 Changelog: https://nix-community.github.io/haumea/notes/changelog.html Repository: https://github.com/nix-community/haumea

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
nixos figsoda 1 year ago 66%
Haumea can now load non-Nix files with its new matcher interface https://nix-community.github.io/haumea/notes/changelog.html
1
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
nixos figsoda 1 year ago 100%
nix-melt - A ranger-like flake.lock viewer github.com
6
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
nixos figsoda 1 year ago 100%
Namaka - Snapshot testing tool for Nix github.com
2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
nixos figsoda 1 year ago 100%
Haumea: Filesystem-based module system for Nix github.com
5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
nixos figsoda 2 years ago 100%
nix-init v0.2.0 released, generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more discourse.nixos.org

![](https://user-images.githubusercontent.com/40620903/226211877-2d583d09-4fbc-4869-8248-6166edde21cc.gif) GitHub Repository: https://github.com/nix-community/nix-init ### Features - Rust: support `importCargoLock` - Rust: improve dependency inference, it now sets environment variables and is feature-aware - Prompt for output path when it is unspecified - Go: infer `ldflags` from GoReleaser configuration - Python: recognize `maturinBuildHook` - Improve builder completions and validator - Improve description normalization - Improve version inference ### Changes - Python: update `buildPythonPackage`'s style to be more conventional - Disallow empty urls - Normalize pname ### Fixes - PyPI: support optional dependencies ([#34](https://github.com/nix-community/nix-init/issues/34)) - PyPI: support zip sdists ([#33](https://github.com/nix-community/nix-init/issues/33)) - PyPI: don't strip digits from package names ([#35](https://github.com/nix-community/nix-init/issues/35)) - PyPI: handle normalized sdist file names ([#32](https://github.com/nix-community/nix-init/issues/32)) - PyPI: accept packages without licenses ([#32](https://github.com/nix-community/nix-init/issues/32)) - PyPI: filter out non-sdist versions - Go: detect empty vendor from go.sum instead of FOD hash

8
2
rust
Rust Programming figsoda 2 years ago 100%
nix-init - Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more github.com

[Announcement on NixOS Discourse](https://discourse.nixos.org/t/nix-init-generate-nix-packages-from-urls-with-hash-prefetching-dependency-inference-license-detection-and-more) ![](https://user-images.githubusercontent.com/40620903/215294082-81f7c171-c39a-47c3-8a28-0956fd7b9fa9.gif) ### Features - Hash prefetching powered by [nurl] - Dependency inference for Rust packages using the [Riff](https://github.com/DeterminateSystems/riff) registry and python projects - Interactive prompts with fuzzy tab completions - License detection - Supported builders - `stdenv.mkDerivation` - `buildRustPackage` - `buildPythonApplication` and `buildPythonPackage` - `buildGoModule` - Supported fetchers - `fetchCrate` - `fetchFromGitHub` - `fetchFromGitLab` - `fetchFromGitea` - `fetchPypi` - All other fetchers supported by [nurl] are also supported, you just have to specify the tags manually ### Usage ``` Usage: nix-init [OPTIONS] <OUTPUT> Arguments: <OUTPUT> The path to output the generated file to Options: -u, --url <URL> Specify the URL -c, --config <CONFIG> Specify the config file -h, --help Print help -V, --version Print version ``` [nurl]: https://github.com/nix-community/nurl

2
0
linux
Linux figsoda 2 years ago 100%
nix-init - Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more github.com

[Announcement on NixOS Discourse](https://discourse.nixos.org/t/nix-init-generate-nix-packages-from-urls-with-hash-prefetching-dependency-inference-license-detection-and-more) ![](https://user-images.githubusercontent.com/40620903/215294082-81f7c171-c39a-47c3-8a28-0956fd7b9fa9.gif) ### Features - Hash prefetching powered by [nurl] - Dependency inference for Rust packages using the [Riff](https://github.com/DeterminateSystems/riff) registry and python projects - Interactive prompts with fuzzy tab completions - License detection - Supported builders - `stdenv.mkDerivation` - `buildRustPackage` - `buildPythonApplication` and `buildPythonPackage` - `buildGoModule` - Supported fetchers - `fetchCrate` - `fetchFromGitHub` - `fetchFromGitLab` - `fetchFromGitea` - `fetchPypi` - All other fetchers supported by [nurl] are also supported, you just have to specify the tags manually ### Usage ``` Usage: nix-init [OPTIONS] <OUTPUT> Arguments: <OUTPUT> The path to output the generated file to Options: -u, --url <URL> Specify the URL -c, --config <CONFIG> Specify the config file -h, --help Print help -V, --version Print version ``` [nurl]: https://github.com/nix-community/nurl

3
0
opensource Open Source nix-init - Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more
Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    figsoda
    2 years ago 100%

    I have been lurking here for a while now and made my first post for this project

    Thanks for the suggestion, crossposted to !nixos: https://lemmy.ml/post/738999

    Edit: I didn't want this to show up on people's timelines twice since !nixos is a small community, but seems like lemmy handles crossposts perfectly, and I don't have to worry about that, so I crossposted this to a couple more communities

    4
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
    nixos figsoda 2 years ago 100%
    nix-init - Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more github.com

    [Announcement on NixOS Discourse](https://discourse.nixos.org/t/nix-init-generate-nix-packages-from-urls-with-hash-prefetching-dependency-inference-license-detection-and-more) ![](https://user-images.githubusercontent.com/40620903/215294082-81f7c171-c39a-47c3-8a28-0956fd7b9fa9.gif) ### Features - Hash prefetching powered by [nurl] - Dependency inference for Rust packages using the [Riff](https://github.com/DeterminateSystems/riff) registry and python projects - Interactive prompts with fuzzy tab completions - License detection - Supported builders - `stdenv.mkDerivation` - `buildRustPackage` - `buildPythonApplication` and `buildPythonPackage` - `buildGoModule` - Supported fetchers - `fetchCrate` - `fetchFromGitHub` - `fetchFromGitLab` - `fetchFromGitea` - `fetchPypi` - All other fetchers supported by [nurl] are also supported, you just have to specify the tags manually ### Usage ``` Usage: nix-init [OPTIONS] <OUTPUT> Arguments: <OUTPUT> The path to output the generated file to Options: -u, --url <URL> Specify the URL -c, --config <CONFIG> Specify the config file -h, --help Print help -V, --version Print version ``` [nurl]: https://github.com/nix-community/nurl

    4
    0
    opensource
    Open Source figsoda 2 years ago 100%
    nix-init - Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more github.com

    [Announcement on NixOS Discourse](https://discourse.nixos.org/t/nix-init-generate-nix-packages-from-urls-with-hash-prefetching-dependency-inference-license-detection-and-more) ![](https://user-images.githubusercontent.com/40620903/215294082-81f7c171-c39a-47c3-8a28-0956fd7b9fa9.gif) ### Features - Hash prefetching powered by [nurl] - Dependency inference for Rust packages using the [Riff](https://github.com/DeterminateSystems/riff) registry and python projects - Interactive prompts with fuzzy tab completions - License detection - Supported builders - `stdenv.mkDerivation` - `buildRustPackage` - `buildPythonApplication` and `buildPythonPackage` - `buildGoModule` - Supported fetchers - `fetchCrate` - `fetchFromGitHub` - `fetchFromGitLab` - `fetchFromGitea` - `fetchPypi` - All other fetchers supported by [nurl] are also supported, you just have to specify the tags manually ### Usage ``` Usage: nix-init [OPTIONS] <OUTPUT> Arguments: <OUTPUT> The path to output the generated file to Options: -u, --url <URL> Specify the URL -c, --config <CONFIG> Specify the config file -h, --help Print help -V, --version Print version ``` [nurl]: https://github.com/nix-community/nurl

    11
    4
    opensource Open Source Gitmask is an open source hosted service that allows you to contribute to Github projects anonymously.
    Jump