nixpkgs-update/old
2018-02-26 06:42:29 -08:00
..
src change license to public domain, move old stuff into old directory 2018-02-26 06:31:48 -08:00
hello.nix change license to public domain, move old stuff into old directory 2018-02-26 06:31:48 -08:00
nix-update.cabal change license to public domain, move old stuff into old directory 2018-02-26 06:31:48 -08:00
package.yaml change license to public domain, move old stuff into old directory 2018-02-26 06:31:48 -08:00
README.md move old notes 2018-02-26 06:42:29 -08:00
Setup.hs change license to public domain, move old stuff into old directory 2018-02-26 06:31:48 -08:00
stack.yaml change license to public domain, move old stuff into old directory 2018-02-26 06:31:48 -08:00

old notes

git ls-remote --refs --tags git://github.com/mattermost/mattermost-server.git | grep -v "rc" | tail -1

nix-instantiate -I nixpkgs=/home/ryantm/p/nixpkgs --eval --expr 'let pkgs = import {}; in builtins.elemAt pkgs.mattermost.src.urls 0'

nix-instantiate -I nixpkgs=/home/ryantm/p/nixpkgs --eval --expr 'let pkgs = import { config = {permittedInsecurePackages = [ "autotrace-0.31.1" ];}; }; aV = builtins.attrValues pkgs; in map (v: builtins.elemAt v.src.urls 0) (builtins.filter (builtins.hasAttr "src") (builtins.filter builtins.isAttrs aV))'

wget "https://repology.org/api/v1/metapackages/?inrepo=nix_unstable&outdated=on" wget "https://nixos.org/nixpkgs/packages-unstable.json.gz"