From 5b3cbc05e54231392420d08ab3a7f99f68488122 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 30 Jan 2022 08:19:31 +0530 Subject: import prompt as flake input --- flake.nix | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 07b27e1..06ce985 100644 --- a/flake.nix +++ b/flake.nix @@ -3,13 +3,26 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11"; + nixos-hardware.url = "github:nixos/nixos-hardware"; + home-manager = { url = "github:nix-community/home-manager/release-21.11"; inputs.nixpkgs.follows = "nixpkgs"; }; + neovim.url = "github:nix-community/neovim-nightly-overlay"; - statix.url = "github:nerdypepper/statix"; + + statix = { + url = "git+https://git.peppe.rs/languages/statix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + prompt = { + url = "git+https://git.peppe.rs/cli/prompt"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + }; outputs = @@ -19,12 +32,14 @@ , home-manager , neovim , statix + , prompt , ... } @ inputs: { overlays = { nvim-nightly = neovim.overlay; statix = statix.overlay; + prompt = prompt.overlay; }; nixosConfigurations = { -- cgit v1.2.3