Sam Estep

Results 53 issues of Sam Estep

The NixOS configuration example has `inputs.nixpkgs.follows = "nixpkgs";` to avoid a duplicated Nixpkgs input, but the `nix develop` example doesn't; this PR fixes that.

**Is your feature request related to a problem? Please describe.** I have [a project written in Rust](https://github.com/samestep/npc) for which I provide an overlay to make it easy to use via,...

enhancement

Following up on some conversation in #1985, this draft PR is a start on what it might look like to use typed indices throughout the whole codebase. I was originally...