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