This commit is contained in:
Osman Faruk Bayram 2025-09-24 11:49:15 +03:00
parent 9d5acd1b87
commit f2fb81a286

View file

@ -41,11 +41,10 @@
nix.registry = {
self.flake = inputs.self;
# Commented out because it doesnt match if i switch a system
# to another nixpkgs with a different flake input name
nixpkgs.flake = inputs.nixpkgs;
# Commented out because i want to make sure it works if i switch a system
# to another nixpkgs with a different flake input name
# nixpkgs = {
# from = { type = "indirect"; id = "nixpkgs"; };
# to = {