timd
timd
The [nix-gui](https://github.com/nix-gui/nix-gui/) project has the potential to make NixOS an awesome user experience even for those without programming language experience. It might be worthwhile to include in DevOS as it...
As it stands now creating a DevOS ISO can take an extremely long time by virtue of the fact that nixpkgs upstream uses extremely hefty LZMA compression defaults for the...
**Ideas, Requests, etc...** Profiles can be written in such a way as to abstract information into a (mostly) semantically equivolent modules for both home-manager and devshell (and darwin once #34...
For now only bracket style expansion is enabled, i.e. `${MY_VAR}`. I had issues with expanding `$MY_VAR` in a path string, and so excluded that usecase to avoid errors. One can...
Cleanup
The biggest change here is the cleansing of all outstanding clippy lint warnings. I had to add an exception for `clippy::cast_possible_truncation` as the `lsp_types::Position` struct requires a u32, but we...
I have a wip package effort going on here: https://github.com/input-output-hk/cardano-js-sdk/tree/dn2-wip After working out several other issues during the build, I've reached a point where I keep getting strange type errors...
On latest release, kak-lsp process seems to linger even after kakoune process has exited. I frequently have to kill the process with `pkill`.
Gave this a shot on a [hashicorp/nomad](https://github.com/hashicorp/nomad) allocation using the [`nomad exec`](https://www.nomadproject.io/docs/commands/alloc/exec) command to open a port from the instance to my local machine and it worked wonderfully, but there...
Installing in single user mode is useful for a few different reasons: * [caching](https://github.com/actions/cache) is simpler. I ran into issues trying to pull the eval cache from `/root` which is...
Includes our fork of the official nix registry: https://github.com/input-output-hk/flake-registry/commits/iog Here is a PoC of a scheme that allows for defining private flake inputs that do not propagate to the consuming...