-
Add support for nix flake and devenv, including packages ecli, ecc, and devShell (based on devenv).
Once done, you will be able to:
1. Use `nix develop` to enter the development environment, which c…
ocfox updated
10 months ago
-
## Feature Request
I want to try out dioxus and tried to install the 0.5 alpha through a nix flake. I managed to get it to build, but it fails with the following error:
```
❯ dx build
[INFO] Y…
-
Hi! Unfortunately, I'm running into an issue, where I'm getting a panic. I've included the full output [1]. Is there anything else about my local environment I can include? [2]
[1]
```shell
(nix…
-
Hello,
When trying to compile various libraries in a fresh nix-darwin install (using the flake approach), I get all manner of missing library errors. This seems to be related to an underlying issue…
-
## Problem
On WSL with a fresh Ubuntu install, running `code .` works to make the distro immediately useful. On NixOS there are a number of decisions to be made and issues to be overcome before…
-
**Describe the bug**
When upgrading my `flake.nix` to a recent version of nixpkgs, `direnv reload` would crash and leave my shell in a broken state, where my PATH was mostly empty.
I already tra…
-
## Problem
Prisma doesn't recognise NixOS as a GNU/Linux distribution yet.
## Suggested solution
Detect NixOS as a GNU/Linux distribution.
## Additional context
```
prisma:warn Prisma …
-
Hi, I'm fairly new to nixos and learning how to wrap my rust projects in flakes, so I'm trying to understand basic flakes, `flake-parts`, and `nci`.
When I run `nix flake check --print-build-logs` …
-
When running `cabal update` from actions/devx in macos-latest:
```
Downloading the latest package lists from:
- hackage.haskell.org
- cardano-haskell-packages
dieVerbatim: user error (Error: caba…
-
Setting `PKGDB_BIN` and `ENV_BUILDER_BIN` in the nix develop shell means setting these variables prior to entering the devshell is not possible:
```
PKGDB_BIN=$(pwd)/pkgdb/bin ENV_BUILDER_BIN=/Vol…
ysndr updated
11 months ago