From 7e5236e2b720f9cfce90b448d8c0f16e1c0f2669 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Tue, 23 Aug 2022 12:01:51 -0400 Subject: [PATCH] Use neovim stable for now --- flake.lock | 98 ++---------------------------------------------------- flake.nix | 12 +++++-- 2 files changed, 12 insertions(+), 98 deletions(-) diff --git a/flake.lock b/flake.lock index 2d63390..2afb316 100644 --- a/flake.lock +++ b/flake.lock @@ -20,37 +20,6 @@ "type": "github" } }, - "flake-compat": { - "flake": false, - "locked": { - "lastModified": 1650374568, - "narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "b4a34015c698c7793d592d66adbab377907a2be8", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "flake-utils": { - "locked": { - "lastModified": 1644229661, - "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -72,53 +41,9 @@ "type": "github" } }, - "neovim-flake": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": [ - "neovim-nightly-overlay", - "nixpkgs" - ] - }, - "locked": { - "dir": "contrib", - "lastModified": 1661147810, - "narHash": "sha256-2qWynywM25lYZ2GAWtgJB/IruqRGw/ieaL2GEzY0nlI=", - "owner": "neovim", - "repo": "neovim", - "rev": "2bed0d1d978b42184564201088ea5fef12ec8581", - "type": "github" - }, - "original": { - "dir": "contrib", - "owner": "neovim", - "repo": "neovim", - "type": "github" - } - }, - "neovim-nightly-overlay": { - "inputs": { - "flake-compat": "flake-compat", - "neovim-flake": "neovim-flake", - "nixpkgs": "nixpkgs" - }, - "locked": { - "lastModified": 1661156221, - "narHash": "sha256-had88hDNcULnPMBU0WeuEc+ierEhrL4DvUQ+urSJnnM=", - "owner": "nix-community", - "repo": "neovim-nightly-overlay", - "rev": "21fdcd88ca84f0ccf5043b8d1f922e7dc34e5d2f", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "neovim-nightly-overlay", - "type": "github" - } - }, "nix-ld": { "inputs": { - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs", "utils": "utils_2" }, "locked": { @@ -152,22 +77,6 @@ } }, "nixpkgs": { - "locked": { - "lastModified": 1660998696, - "narHash": "sha256-N5eDv9THZz5pFn7NR1swaFrAJYByfrA5gU5L7JONItA=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "13711c9ab9f5a160a44affb7a6221be53318a873", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_2": { "locked": { "lastModified": 1652536154, "narHash": "sha256-d+y62beDhz2/l65SBAkxwtvTBzw3hgU1kECogyncKYM=", @@ -182,7 +91,7 @@ "type": "github" } }, - "nixpkgs_3": { + "nixpkgs_2": { "locked": { "lastModified": 1661088761, "narHash": "sha256-5DGKX81wIPAAiLwUmUYECpA3vop94AHHR7WmGXSsQok=", @@ -202,10 +111,9 @@ "inputs": { "darwin": "darwin", "home-manager": "home-manager", - "neovim-nightly-overlay": "neovim-nightly-overlay", "nix-ld": "nix-ld", "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs_3" + "nixpkgs": "nixpkgs_2" } }, "utils": { diff --git a/flake.nix b/flake.nix index 823b48b..4b967ca 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,9 @@ nixos-hardware.url = "github:NixOS/nixos-hardware/master"; - neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay"; + /* + neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay"; + */ nix-ld.url = "github:Mic92/nix-ld"; @@ -62,7 +64,9 @@ nixpkgs.overlays = [ (import ./modules/overlays) - inputs.neovim-nightly-overlay.overlay + /* + inputs.neovim-nightly-overlay.overlay + */ ]; home-manager = { @@ -120,7 +124,9 @@ ({config, ...}: { config = { nixpkgs.overlays = [ - inputs.neovim-nightly-overlay.overlay + /* + inputs.neovim-nightly-overlay.overlay + */ (import ./modules/overlays) ]; home-manager = {