switch to nixos-unstable as main channel

This commit is contained in:
Felix Schröter 2019-11-04 09:56:22 +01:00 committed by Felix Schröter
parent c634652369
commit 4e744af2db
6 changed files with 6 additions and 29 deletions

View file

@ -2,9 +2,6 @@
with pkgs;
let
unstable = import <nixos-unstable> {
config = removeAttrs config.nixpkgs.config [ "packageOverrides" ];
};
dotnet-sdk_3 = pkgs.callPackage (import (pkgs.fetchFromGitHub {
name = "nixos-pr-dotnet-sdk_3";
owner = "juselius";