From ddc159417ad45b476453e7dd65ff5a8e2b601cd1 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Sat, 27 Mar 2021 14:03:29 +0100 Subject: [PATCH] chore(flake): update inputs --- flake.lock | 18 +++++++++--------- home/editors/default.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 087a526..328b23e 100644 --- a/flake.lock +++ b/flake.lock @@ -104,11 +104,11 @@ ] }, "locked": { - "lastModified": 1616318638, - "narHash": "sha256-E6ABXtzw6bHmrIirB1sJL6S2MEa3sfcvRLzRa92frCo=", + "lastModified": 1616815633, + "narHash": "sha256-U9DO04sb+8Qy13EJckxOJIxT2Vlc/8i089XkfBnXH0M=", "owner": "nix-community", "repo": "home-manager", - "rev": "ddcd476603dfd3388b1dc8234fa9d550156a51f5", + "rev": "7b30fc99227e6c7c331a01a9fb87599e4cd8cee1", "type": "github" }, "original": { @@ -120,11 +120,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1616174264, - "narHash": "sha256-88Pu2xh1p2tixNxdijfqoCqq9ymkEx0d6jc7ycWavLo=", + "lastModified": 1616527350, + "narHash": "sha256-VkMevY2WLU+K7T/P4wVj18Ms8zyeRfp05ILf556m5Y8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f5e8bdd07d1afaabf6b37afc5497b1e498b8046f", + "rev": "d3f7e969b9860fb80750147aeb56dab1c730e756", "type": "github" }, "original": { @@ -136,11 +136,11 @@ }, "nur": { "locked": { - "lastModified": 1616319490, - "narHash": "sha256-pWpCv+2kGg/LYGeNtcePtmJErN8ApNmSiyeVDwZWI24=", + "lastModified": 1616847717, + "narHash": "sha256-MgVs0lnB0MIcqyMAsE3tu5m+6B1ifJSFBbGt4jJ9hes=", "owner": "nix-community", "repo": "NUR", - "rev": "dc4c374b177c67052d1aeaa71a3ec2777aed1f30", + "rev": "32be682ed10262773f99f0f531237cdf66a297e1", "type": "github" }, "original": { diff --git a/home/editors/default.nix b/home/editors/default.nix index e26a664..3fcfaa3 100644 --- a/home/editors/default.nix +++ b/home/editors/default.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { - imports = [ ./lsp.nix ./neovim ./vscode.nix ]; + imports = [ ./lsp.nix ./neovim ]; home.packages = with pkgs; [ fzf ripgrep ];