chore(flake): update inputs

This commit is contained in:
Felix Schröter 2021-03-27 14:03:29 +01:00
parent c6070cf5f9
commit ddc159417a
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 10 additions and 10 deletions

View file

@ -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": {

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ./lsp.nix ./neovim ./vscode.nix ];
imports = [ ./lsp.nix ./neovim ];
home.packages = with pkgs; [ fzf ripgrep ];