all repos — zola-bearblog @ d719e2e8fdbfee42f2f9f4295d03614f394b09ac

Port of bear blog theme to zola

switch nixpkgs flake input to channel tarball

Alin
commit

d719e2e8fdbfee42f2f9f4295d03614f394b09ac

parent

18a135696a6f5a02a641a16c2881a2694f26ce1a

2 files changed, 15 insertions(+), 18 deletions(-)

changed files
M flake.lockflake.lock
@@ -5,33 +5,30 @@ "inputs": {
"systems": "systems" }, "locked": { + "type": "github", "lastModified": 1731533236, "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", "owner": "numtide", "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b" }, "original": { + "type": "github", "owner": "numtide", - "repo": "flake-utils", - "type": "github" + "repo": "flake-utils" } }, "nixpkgs": { "locked": { + "type": "tarball", "lastModified": 1788431191, - "narHash": "sha256-MFClkboDeW56feBCAeAV3Z3J2quGSZFlAOXQ4JjIlIA=", - "owner": "NixOS", - "repo": "nixpkgs", + "narHash": "sha256-7e4gbOfeZ68RjngxNRlGG1Bez4DRkD2nAyjTwzhyYa8=", "rev": "9b9402b959a2276982ddd5ad3652a38b97f7c40b", - "type": "github" + "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1066765.9b9402b959a2/nixexprs.tar.zst" }, "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" + "type": "tarball", + "url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.zst" } }, "root": {
@@ -42,20 +39,20 @@ }
}, "systems": { "locked": { + "type": "github", "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", "owner": "nix-systems", "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e" }, "original": { + "type": "github", "owner": "nix-systems", - "repo": "default", - "type": "github" + "repo": "default" } } }, "root": "root", "version": 7 -} +}
M flake.nixflake.nix
@@ -1,6 +1,6 @@
{ description = "A bear blog theme for Zola"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + inputs.nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.zst"; inputs.flake-utils.url = "github:numtide/flake-utils"; outputs = { self, nixpkgs, flake-utils }: