Updating nixpkgs packages since 2018
Go to file
2018-02-25 17:19:55 -08:00
src work from before? 2018-01-11 19:25:40 -08:00
check-result.sh rename try-binaries to check-result 2018-02-25 17:19:55 -08:00
hello.nix initial commit 2017-11-02 19:25:57 -07:00
LICENSE initial commit 2017-11-02 19:25:57 -07:00
nix-update.cabal work from before? 2018-01-11 19:25:40 -08:00
package.yaml work from before? 2018-01-11 19:25:40 -08:00
README.md update interesting sources of information 2018-01-31 20:56:11 -08:00
Setup.hs initial commit 2017-11-02 19:25:57 -07:00
stack.yaml work from before? 2018-01-11 19:25:40 -08:00
up.sh rename try-binaries to check-result 2018-02-25 17:19:55 -08:00
ups.sh add ups.sh 2018-02-25 17:17:42 -08:00

nix-update

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"