summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-07-06 21:51:21 +0200
committerMinijackson <minijackson@riseup.net>2021-07-06 21:51:21 +0200
commit8ad5e28d4d0d44b92f30e2799b130ce3e6d73486 (patch)
tree76e367d480b004e8e29532c1e0fa81a83d4eac49
parent4e9e0741c424d1e76ea1ea568db32771e07390c3 (diff)
downloadnixos-config-reborn-8ad5e28d4d0d44b92f30e2799b130ce3e6d73486.tar.gz
nixos-config-reborn-8ad5e28d4d0d44b92f30e2799b130ce3e6d73486.zip
vim: use released neovim 0.5.0
-rw-r--r--common/vim.nix2
-rw-r--r--flake.lock39
-rw-r--r--flake.nix4
3 files changed, 1 insertions, 44 deletions
diff --git a/common/vim.nix b/common/vim.nix
index 613247e..0a3e1c9 100644
--- a/common/vim.nix
+++ b/common/vim.nix
@@ -7,7 +7,7 @@ let
7 7
8 luaFormat = inputs.self.lib.generators.lua { }; 8 luaFormat = inputs.self.lib.generators.lua { };
9 9
10 neovim-unwrapped = inputs.neovim-master.defaultPackage.${config.nixpkgs.system}; 10 neovim-unwrapped = pkgs.unstable.neovim-unwrapped;
11 11
12 cfg = config.vim; 12 cfg = config.vim;
13 13
diff --git a/flake.lock b/flake.lock
index 0c1a3f0..15cd6e2 100644
--- a/flake.lock
+++ b/flake.lock
@@ -15,21 +15,6 @@
15 "type": "github" 15 "type": "github"
16 } 16 }
17 }, 17 },
18 "flake-utils_2": {
19 "locked": {
20 "lastModified": 1610051610,
21 "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=",
22 "owner": "numtide",
23 "repo": "flake-utils",
24 "rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc",
25 "type": "github"
26 },
27 "original": {
28 "owner": "numtide",
29 "repo": "flake-utils",
30 "type": "github"
31 }
32 },
33 "home-manager": { 18 "home-manager": {
34 "inputs": { 19 "inputs": {
35 "nixpkgs": [ 20 "nixpkgs": [
@@ -67,29 +52,6 @@
67 "type": "github" 52 "type": "github"
68 } 53 }
69 }, 54 },
70 "neovim-master": {
71 "inputs": {
72 "flake-utils": "flake-utils_2",
73 "nixpkgs": [
74 "nixpkgs-unstable"
75 ]
76 },
77 "locked": {
78 "dir": "contrib",
79 "lastModified": 1625382879,
80 "narHash": "sha256-pi9EfFYaAdzCJuar24CT+nhkS29FCg2nufai1Qb0mZA=",
81 "owner": "neovim",
82 "repo": "neovim",
83 "rev": "490615612ed5ec587c8023de28db495b3181de30",
84 "type": "github"
85 },
86 "original": {
87 "dir": "contrib",
88 "owner": "neovim",
89 "repo": "neovim",
90 "type": "github"
91 }
92 },
93 "nixpkgs": { 55 "nixpkgs": {
94 "locked": { 56 "locked": {
95 "lastModified": 1625176478, 57 "lastModified": 1625176478,
@@ -142,7 +104,6 @@
142 "flake-utils": "flake-utils", 104 "flake-utils": "flake-utils",
143 "home-manager": "home-manager", 105 "home-manager": "home-manager",
144 "musnix": "musnix", 106 "musnix": "musnix",
145 "neovim-master": "neovim-master",
146 "nixpkgs": "nixpkgs", 107 "nixpkgs": "nixpkgs",
147 "nixpkgs-unstable": "nixpkgs-unstable", 108 "nixpkgs-unstable": "nixpkgs-unstable",
148 "nur": "nur" 109 "nur": "nur"
diff --git a/flake.nix b/flake.nix
index befc158..6d014e9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,10 +8,6 @@
8 url = "github:nix-community/home-manager/release-21.05"; 8 url = "github:nix-community/home-manager/release-21.05";
9 inputs.nixpkgs.follows = "nixpkgs"; 9 inputs.nixpkgs.follows = "nixpkgs";
10 }; 10 };
11 inputs.neovim-master = {
12 url = "github:neovim/neovim?dir=contrib";
13 inputs.nixpkgs.follows = "nixpkgs-unstable";
14 };
15 inputs.nur.url = "github:nix-community/NUR"; 11 inputs.nur.url = "github:nix-community/NUR";
16 inputs.musnix = { 12 inputs.musnix = {
17 url = "github:musnix/musnix"; 13 url = "github:musnix/musnix";