diff --git a/flake.lock b/flake.lock index 6e06da86..2b07e1e7 100644 --- a/flake.lock +++ b/flake.lock @@ -7,16 +7,15 @@ ] }, "locked": { - "lastModified": 1637425210, - "narHash": "sha256-PV0BPG0NBfgPs16VvqklEmU0okr/frWIoGrTTq6qxqw=", + "lastModified": 1637572002, + "narHash": "sha256-b7RTIeDsiWjwNrZrxkfJlbYNq93DcOYc1pyHt/Hvc9w=", "owner": "accentor", "repo": "flake", - "rev": "562c4627476ea04c228e69ad95d9edd624af10d7", + "rev": "c6e6fe08941383d68a094d027bb36a7b9747281d", "type": "github" }, "original": { "owner": "accentor", - "ref": "feature/rescan-timer", "repo": "flake", "type": "github" } @@ -43,11 +42,11 @@ }, "emacs-overlay": { "locked": { - "lastModified": 1637543078, - "narHash": "sha256-3DYgjS9Hb1XVQP2ZSrRbkhdm+O2p1pbWdTgVPozD5zU=", + "lastModified": 1637573573, + "narHash": "sha256-w+ERwoHX2xk+qsRwo9zGBdey77LX94U6Kyp+dPZ6dyc=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "c55ad9de66e255ae91c90a06fc665bda547911be", + "rev": "5d4a2ff820cba5c715b11a6f84c8cf82afecd3ac", "type": "github" }, "original": { @@ -93,11 +92,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1637509688, - "narHash": "sha256-NcKdyLZflWeSrwgavNGIG7LcP6XBcYGne04HIzWP1D4=", + "lastModified": 1637550001, + "narHash": "sha256-WzwiXc1iIvMTKGnAuRAdrIWFIcEexB3EZH9nFnWuG+Q=", "owner": "nixos", "repo": "nixpkgs", - "rev": "53edfe1d1c51c38e2adc4d8eb37a7a2657e3fe01", + "rev": "726f7c9688bad4574abee4f47565bf272daf8f81", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 8dd8e765..2ce3a798 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { accentor = { - url = "github:accentor/flake/feature/rescan-timer"; + url = "github:accentor/flake"; inputs.nixpkgs.follows = "nixpkgs"; }; agenix = {