From fc3b2f0857cabe426793253d390fb39918aa1fc6 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Tue, 25 Feb 2025 15:38:39 +0100 Subject: [PATCH] uiui --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = [