Replace gccemacs with pure gtk variant
This commit is contained in:
7
cachix/mjlbach.nix
Normal file
7
cachix/mjlbach.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [ "https://mjlbach.cachix.org" ];
|
||||
binaryCachePublicKeys =
|
||||
[ "mjlbach.cachix.org-1:dR0V90mvaPbXuYria5mXvnDtFibKYqYc2gtl9MWSkqI=" ];
|
||||
};
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [ "https://nix-community.cachix.org" ];
|
||||
binaryCachePublicKeys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user