-
Is there any interest in a `flake-parts` module that simplifies the following?
https://github.com/nammayatri/common/blob/main/nix/arion.nix
The `flake-parts` module would allow setting `dockerCo…
-
**Describe the bug**
After upgrading devenv from version v1.0.8 to v1.1.0, devenv stopped working with my devenv.nix with the following error:
`evaluating derivation 'git+file:///Users/Zaunei/re…
-
The flake in question is from a private repo, but here's a copy:
```nix
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/f…
srid updated
3 months ago
-
The flake-parts module sets `projectRoot`, so if you set `projectRootFile` you get `treefmt: error: --tree-root and --tree-root-file can't be used together`. However, if you don’t set it, you get ``er…
-
I've been facing this issue for a couple of days that stylix only themes my system packages but not the ones installed by home-manager. For example, gnome-shell is themed but not the gnome programs th…
-
What is the best practice to expose a flakeModule that depends on other flake modules?
I have something like this:
flake.nix:
```nix
...
outputs = inputs:
inputs.flake-parts.lib.mkFlake …
-
Manual override of the `og:image` requires a `page.image` metadata in the README, like:
```markdown
---
page:
image:
---
# Foo Blog
...
```
But this doesn’t work if the `siteUrl` is no…
-
This is the relevant flake.parts code:
```nix
# SPDX-FileCopyrightText: 2023 Sefa Eyeoglu
#
# SPDX-License-Identifier: GPL-3.0-or-later
{
perSystem = {
config,
lib,
pkgs,
…
-
Currently the [translator field](https://flake.parts/options/dream2nix.html#opt-perSystem.dream2nix.inputs._name_.projects._name_.translator) accepts any string, and also there is no documentation for…
-
@roberth Could you confirm that this is what you want community.flake.parts to look like?
srid updated
9 months ago