Update to NixOS 21.11
Otherwise running ffmpeg fails due to pipewire on the host using a different glibc version.
This commit is contained in:
parent
294792a484
commit
b087785e6e
|
@ -17,16 +17,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1638196344,
|
||||
"narHash": "sha256-fkOqSkfOkl8tqxDd+zJU4kAgyLXp/ouaP+U9gpjEZZs=",
|
||||
"lastModified": 1638887115,
|
||||
"narHash": "sha256-emjtIeqyJ84Eb3X7APJruTrwcfnHQKs55XGljj62prs=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "2553aee74fed8c2205a4aeb3ffd206ca14ede60f",
|
||||
"rev": "1bd4bbd49bef217a3d1adea43498270d6e779d65",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-21.05",
|
||||
"ref": "nixos-21.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.05";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
};
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{%- import "macros.html" as macros -%}
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ config.default_language }}" class="has-background-light">
|
||||
<html lang="{{ lang }}" class="has-background-light">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<script
|
||||
class="podlove-subscribe-button"
|
||||
src="{{ get_url(path="vendor/podlove-subscribe-button/javascripts/app.js") | safe }}"
|
||||
data-language="{{ config.default_language }}"
|
||||
data-language="{{ lang }}"
|
||||
data-size="{{ size }}"
|
||||
data-format="cover"
|
||||
data-json-data="podcastData"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<title>{{ config.title }}</title>
|
||||
<link>{{ config.base_url | escape_xml | safe }}</link>
|
||||
<description>{{ config.description }}</description>
|
||||
<language>{{ config.default_language }}</language>
|
||||
<language>{{ lang }}</language>
|
||||
<lastBuildDate>{{ last_updated | date(format="%a, %d %b %Y %H:%M:%S %z") }}</lastBuildDate>
|
||||
{%- if taxonomy -%}
|
||||
{% for format in config.extra.formats %}
|
||||
|
|
Loading…
Reference in a new issue