Skip to content

Instantly share code, notes, and snippets.

let
pkgs = import <nixpkgs> {};
lib = pkgs.lib;
## IMPLEMENTATION
withNames = names: func:
withNames' names func {};
withNames' = names: func: defaultArgs': arg:
@DavHau
DavHau / drea2nix-stack-end-user-tests.md
Last active September 20, 2022 10:48
End user tests for dream2nix stack integration

Build a haskell project containing a stack.yaml.lock

Interactions

build a project

Acceptance Criteria

If the project builds with stack, it also builds with dream2nix

Implementation details

During evaluation time:

  • Data about the given project is collected by parsing stack.yaml, stack.yaml.lock, {project}.cabal
  • Hackage dependency hashes and metadata are retrieved from all-cabal-json
  • URLs, hashes, metadata are represented via the dream-lock structure (see specification).
@DavHau
DavHau / flake.nix
Created March 10, 2022 10:27
dream2nix flake for discourse
{
inputs.dream2nix.url = "github:nix-community/dream2nix";
inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
inputs.src = { flake = false; url = "github:discourse/discourse/v2.9.0.beta2"; };
outputs = { self, dream2nix, nixpkgs, src, ... }@inputs:
let
dream2nix = inputs.dream2nix.lib2.init {
config.projectRoot = ./. ;
pkgs = nixpkgs.legacyPackages.x86_64-linux;
@DavHau
DavHau / flake.nix
Created February 2, 2022 06:07
dream2nix minimal flake
{
inputs.dream2nix.url = "github:nix-community/dream2nix";
outputs = { self, nixpkgs, dream2nix }@inputs:
let
dream2nix = inputs.dream2nix.lib.init {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
};
in {
packages = (dream2nix.riseAndShine {
source = with builtins; path {

Most starred javascript projects on github

(excludig ones containing library or framework in their description)

Ranking Project Name Stars Forks Language Open Issues Description Last Commit
1 javascript 115937 22144 JavaScript 135 JavaScript Style Guide 2021-11-11T15:46:43Z
2 create-react-app 91397 23172 JavaScript 1331 Set up a modern web app by running one command. 2021-11-12T09:42:07Z
3 30-seconds-of-code 88142 9359 JavaScript 6 Short JavaScript code snippets for all your development needs 2021-11-03T07:55:07Z
4 node 82985 21792 JavaScript 1608 Node.js JavaScript runtime ✨🐢🚀✨ 2021-11-13T05:50:17Z
5 [nodebestpr
@DavHau
DavHau / logo_medium.jpg
Last active June 29, 2020 15:52
mach-nix-logo
logo_medium.jpg