Fix flake

This commit is contained in:
Florian Schroedl
2022-01-20 17:00:00 +01:00
parent 24d335363e
commit 3df4a68e71
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View File

@@ -62,15 +62,15 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1642970779, "lastModified": 1643653624,
"narHash": "sha256-wccCiIecPkPE6wpidSRe9XEdJ6uCrNLmRtuhNwt1Kuk=", "narHash": "sha256-+8hLMsQrZ2rkvcEtEId6HMe8GPxVb5ga+Vh1fdsqJDU=",
"owner": "nixos", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a3d847c3bd3a3b75b3057d7b3730d3308dd8fd59", "rev": "a529f0c125a78343b145a8eb2b915b0295e4f459",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "NixOS",
"ref": "nixpkgs-unstable", "ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"

View File

@@ -1,7 +1,7 @@
{ {
description = "A simple [[https://orgmode.org/][org]] document parser"; description = "A simple [[https://orgmode.org/][org]] document parser";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.nimble.url = "github:floscr/flake-nimble"; inputs.nimble.url = "github:floscr/flake-nimble";
inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.flake-utils.url = "github:numtide/flake-utils";