From d4c8f393f23f551f100710d293ff44d97ea52795 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 19 Sep 2022 16:13:36 +0530 Subject: pin nvim, add zoom, cmus-np --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ce35ce8..8293654 100644 --- a/flake.nix +++ b/flake.nix @@ -11,8 +11,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - neovim.url = "github:nix-community/neovim-nightly-overlay"; - statix = { url = "git+https://git.peppe.rs/languages/statix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -30,14 +28,12 @@ , nixpkgs , nixos-hardware , home-manager - , neovim , statix , prompt , ... } @ inputs: { overlays = { - nvim-nightly = neovim.overlay; statix = statix.overlay; prompt = prompt.overlay; }; @@ -46,6 +42,7 @@ olive = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ + ({ config = { nix.registry.nixpkgs.flake = nixpkgs; }; }) { imports = [ ./hosts/olive/configuration.nix ]; _module.args.self = self; -- cgit v1.2.3