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

@ -1,10 +1,5 @@
{ config, pkgs, ... }:
let
unstable = import <nixos-unstable> {
config = removeAttrs config.nixpkgs.config [ "packageOverrides" ];
};
in
{
imports = [
./hardware-configuration.nix