diff --git a/flake.nix b/flake.nix index 1ef87a6..bdeb99b 100644 --- a/flake.nix +++ b/flake.nix @@ -2,9 +2,12 @@ { description = "My own Neovim flake"; inputs = { + nixpkgs = { + url = "github:NixOS/nixpkgs"; + }; neovim.url = "git+https://gitea.napo280.fr/napo280/flake-nvim"; }; - outputs = { self, ... }@inputs: { + outputs = { self, nixpkgs, ... }@inputs: { nixosModules.flake = {config, pkgs, ...} : { environment.systemPackages = [