This commit is contained in:
Osman Faruk Bayram 2025-09-24 11:48:01 +03:00
parent 7157271163
commit 9d5acd1b87

View file

@ -44,15 +44,15 @@
# Commented out because it doesnt match if i switch a system # Commented out because it doesnt match if i switch a system
# to another nixpkgs with a different flake input name # to another nixpkgs with a different flake input name
# nixpkgs.flake = inputs.nixpkgs; nixpkgs.flake = inputs.nixpkgs;
nixpkgs = { # nixpkgs = {
from = { type = "indirect"; id = "nixpkgs"; }; # from = { type = "indirect"; id = "nixpkgs"; };
to = { # to = {
path = pkgs.path; # path = pkgs.path;
type = "path"; # type = "path";
}; # };
}; # };
osbm-nvim.flake = inputs.osbm-nvim; osbm-nvim.flake = inputs.osbm-nvim;
my-nixpkgs.to = { my-nixpkgs.to = {