From 2a198051a861f44853847c7b46342c0434c972ee Mon Sep 17 00:00:00 2001 From: Jake Waksbaum Date: Wed, 9 Sep 2020 21:38:56 -0400 Subject: [PATCH] Upgrade nixpkgs to 20.09 with linux 5.8 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index dbac4e6..c825734 100644 --- a/flake.lock +++ b/flake.lock @@ -17,16 +17,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1597943282, - "narHash": "sha256-G/VQBlqO7YeFOSvn29RqdvABZxmQBtiRYVA6kjqWZ6o=", + "lastModified": 1599597582, + "narHash": "sha256-dBtZSveC7AS6ElKV1GruRN4j8QukyI27RMAuTzrZueg=", "owner": "NixOS", "repo": "nixpkgs-channels", - "rev": "c59ea8b8a0e7f927e7291c14ea6cd1bd3a16ff38", + "rev": "c411fe8ae0888994361279cf71a1bf820c4b22f4", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "nixos-20.09", "repo": "nixpkgs-channels", "type": "github" } diff --git a/flake.nix b/flake.nix index f2516be..fcb3e7b 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "WIP stuff to get started on the pinebook pro."; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs-channels/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs-channels/nixos-20.09"; flake-utils.url = "github:numtide/flake-utils"; };