pkgs/overlays/cosmic-packages: use unstable-from-source overlay
code here wants to do the same thing as unstable-from-source overlay
This commit is contained in:
parent
0af88c8ae7
commit
2d24ce7fd4
1 changed files with 5 additions and 6 deletions
|
@ -20,12 +20,11 @@ let
|
|||
};
|
||||
|
||||
# Initialize pinned nixpkgs
|
||||
futureNixpkgs = import futureNixpkgsSrc {
|
||||
localSystem = self.stdenv.buildPlatform;
|
||||
config = self.config;
|
||||
} // (if self.stdenv.buildPlatform == self.stdenv.hostPlatform then {} else {
|
||||
crossSystem = self.stdenv.hostPlatform;
|
||||
futureNixpkgs = let
|
||||
extended = self.extend (import ./unstable-from-source.nix {
|
||||
unstableSource = futureNixpkgsSrc;
|
||||
});
|
||||
in extended.unstable;
|
||||
in
|
||||
|
||||
import "${nixos-cosmic}/pkgs" {
|
||||
|
|
Loading…
Reference in a new issue