Compare commits

..

No commits in common. "d7a59931212c8d5fac04b19c90b5e951a1d64ec6" and "85a03f633a441acdad7d3cd157a6d2897f4f127c" have entirely different histories.

3 changed files with 0 additions and 7 deletions

View file

@ -60,7 +60,6 @@ in
clean = "${pkgs.metacfg.rot8000}/bin/rot8000";
smudge = "${pkgs.metacfg.rot8000}/bin/rot8000";
};
http.sslCAinfo = "/etc/ssl/certs/ca-certificates.crt";
};
};
};

View file

@ -67,11 +67,6 @@ in
vim
virt-manager
wget
(pkgs.writeShellScriptBin "qemu-system-x86_64-uefi" ''
qemu-system-x86_64 \
-bios ${pkgs.OVMF.fd}/FV/OVMF.fd \
"$@"
'')
];
shells = [ pkgs.fish pkgs.bash ];
};

View file

@ -54,7 +54,6 @@ in
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
merge.conflictStyle = "diff3";
diff.colorMoved = "default";
http.sslCAinfo = "/etc/ssl/certs/ca-certificates.crt";
};
};
};