This commit is contained in:
Osman Faruk Bayram 2025-09-24 11:28:45 +03:00
parent f2a1a1b9f6
commit 7157271163

View file

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