From b087785e6ee0a9dc18ca66fa41374a08df310624 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 11 Dec 2021 16:55:18 +0100 Subject: [PATCH] Update to NixOS 21.11 Otherwise running ffmpeg fails due to pipewire on the host using a different glibc version. --- flake.lock | 8 ++++---- flake.nix | 2 +- templates/base.html | 2 +- templates/macros.html | 2 +- templates/rss.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 29c65bd..191ef31 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 24e3f58..8d3e239 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; diff --git a/templates/base.html b/templates/base.html index bca5140..d563645 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {%- import "macros.html" as macros -%} - + diff --git a/templates/macros.html b/templates/macros.html index b8cf741..b271dbc 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -6,7 +6,7 @@