nix - Cannot override notion with package from unstable -
the latest version of notion
available in unstable branch. want install of nixos 17.03 use it. here configuration.
i override notion pkgsunstable.notion.
nixpkgs.config = { allowunfree = true; packageoverrides = let pkgsunstable = import ( fetchtarball https://github.com/nixos/nixpkgs-channels/archive/nixos-unstable.tar.gz ) { }; in pkgs: rec { visualvm = pkgsunstable.visualvm; notion = pkgsunstable.notion; }; };
and added notion
environment.systempackages
. have services.xserver.winowmanager.notion.eable = true;
with setup can visualvm
updated unstable when check version of notion notion -version
3-2015061300
. should 3-2017050501
.
how can updated version of notion?
Comments
Post a Comment