-
**Describe the bug**
Trying to do `nix flake update` and getting this error
`error: unsupported tarball input attribute 'lastModified'`
**Expected behavior**
It should work
**System informati…
-
-
**Is your feature request related to a problem? Please describe.**
I'm using nixd for my [nix-on-droid](https://github.com/nix-community/nix-on-droid) configuration as well (`expr` = `(builtins.getFl…
-
Hi!
This is a really cool project. I came across it [on lobste.rs](https://lobste.rs/s/iafpqe/fleek_human_friendly_nix_wrapper) just now and realized that flake-parts would be a good fit for what y…
-
**Describe the bug**
There is an issue with the `simple` and `flake-parts` templates in the repository. When running the `nix flake show` command, it results in an error related to the `update (//) o…
-
**Describe the bug**
Given the following flake
```nix
{
description = "A very basic flake";
inputs.flake-utils.url = github:numtide/flake-utils;
outputs = { self, nixpkgs, flake-util…
-
thought i should just add `flake-parts.flakeModules.unfree` but that doesn't work
also tried moving the allowUnfree into another file but can't figure out where to import nixpkgs
```nix
# Definitio…
-
I want to declare an output in `perSystem.packages` or `perSystem` that is not a package. The use case is that an upstream project (Lean4 in this example) has a function `buildPackage` which generates…
-
#383 adds allowUnfree
but new env
`nix flake init --template github:cachix/devenv#flake-parts`
says (inside perSystem) `devenv.allowUnfree = true; # wrong`
-
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…