]> Git — Sourcephile - gargantext.git/blob - nix/pinned-21.05.nix
make gargantext buildable with stack & cabal in a nix environment
[gargantext.git] / nix / pinned-21.05.nix
1 import (builtins.fetchGit {
2 name = "nixos-21.05";
3 url = "https://github.com/nixos/nixpkgs";
4 ref = "refs/heads/nixos-21.05";
5 rev = "6613a30c5e3ee59753181512b4bedd4121569925";
6 })