fuck it
This commit is contained in:
parent
7157271163
commit
9d5acd1b87
1 changed files with 8 additions and 8 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue