From 3df4a68e71bf6316098ced87b91a8803c5a5b78a Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Thu, 20 Jan 2022 17:00:00 +0100 Subject: [PATCH] Fix flake --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index aa4e912..8d8def0 100644 --- a/flake.lock +++ b/flake.lock @@ -62,15 +62,15 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1642970779, - "narHash": "sha256-wccCiIecPkPE6wpidSRe9XEdJ6uCrNLmRtuhNwt1Kuk=", - "owner": "nixos", + "lastModified": 1643653624, + "narHash": "sha256-+8hLMsQrZ2rkvcEtEId6HMe8GPxVb5ga+Vh1fdsqJDU=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "a3d847c3bd3a3b75b3057d7b3730d3308dd8fd59", + "rev": "a529f0c125a78343b145a8eb2b915b0295e4f459", "type": "github" }, "original": { - "owner": "nixos", + "owner": "NixOS", "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" diff --git a/flake.nix b/flake.nix index 99f39c3..a31db8e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { 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.flake-utils.url = "github:numtide/flake-utils";