khaled agrama

Results 9 comments of khaled agrama

Much better in Firefox on MacOS. Thank you!

Not able to reproduce. See https://repl.it/repls/FewTenderPup

Running ``` nix build -L github:NixOS/nix#nix-static ``` works for me. Perhaps yours is failing because you're building against a different version of nixpkgs. If so, an alternative might be to...

A collection of existing tutorials with notes about what they cover: #### Posts * [An introduction to nix-shell](https://ghedam.at/15978/an-introduction-to-nix-shell) (2020/07/08) * Compares with language specific version managers such as Rvm, nvm...

+1 for properly supporting gulp

@roberth thanks for the thoughtful response! > So I do know of a pattern, such as in [haskell-flake](https://flake.parts/options/haskell-flake#haskell-flake) where you can have multiple perSystem.haskellProjects., and basically all the action happens...

Implemented a [proof of concept](https://github.com/khaled/nix-fp-project) of the approach I was aiming for, where you can do something like: ```nix fp.lib.mkFlake {inherit inputs;} { projects.sample = {pkgs, ...}: { go.enable =...

FWIW, this is appears to be a regression from 10.x.