1
0
mirror of https://github.com/samueldr/wip-pinebook-pro.git synced 2024-06-18 10:38:34 +02:00

Upgrade nixpkgs to 20.09 with linux 5.8

This commit is contained in:
Jake Waksbaum 2020-09-09 21:38:56 -04:00
parent 89605b0f3e
commit 2a198051a8
2 changed files with 5 additions and 5 deletions

View File

@ -17,16 +17,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1597943282, "lastModified": 1599597582,
"narHash": "sha256-G/VQBlqO7YeFOSvn29RqdvABZxmQBtiRYVA6kjqWZ6o=", "narHash": "sha256-dBtZSveC7AS6ElKV1GruRN4j8QukyI27RMAuTzrZueg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs-channels", "repo": "nixpkgs-channels",
"rev": "c59ea8b8a0e7f927e7291c14ea6cd1bd3a16ff38", "rev": "c411fe8ae0888994361279cf71a1bf820c4b22f4",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-unstable", "ref": "nixos-20.09",
"repo": "nixpkgs-channels", "repo": "nixpkgs-channels",
"type": "github" "type": "github"
} }

View File

@ -2,7 +2,7 @@
description = "WIP stuff to get started on the pinebook pro."; description = "WIP stuff to get started on the pinebook pro.";
inputs = { 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"; flake-utils.url = "github:numtide/flake-utils";
}; };