yeet out emacs for the time being

This commit is contained in:
Grigory Shipunov 2023-05-26 21:36:13 +02:00
parent eba375e7b2
commit 069072653a
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 0 additions and 34 deletions

24
flake.lock generated
View file

@ -33,29 +33,6 @@
"type": "github"
}
},
"emacs-overlay": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs-unstable"
]
},
"locked": {
"lastModified": 1685091935,
"narHash": "sha256-0dbYhJ0il5FjxaVvK/eJncqvKKgsEcz0dW2+Zz3VMOE=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "72c888082acc0a75cc8a76c9b15603f1044b168c",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
"fenix": {
"inputs": {
"nixpkgs": [
@ -302,7 +279,6 @@
},
"root": {
"inputs": {
"emacs-overlay": "emacs-overlay",
"fenix": "fenix",
"flake-utils": "flake-utils",
"lanzaboote": "lanzaboote",

View file

@ -36,19 +36,10 @@
flake-utils.follows = "flake-utils";
};
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
inputs = {
nixpkgs.follows = "nixpkgs-unstable";
flake-utils.follows = "flake-utils";
};
};
};
outputs =
inputs@{ self
, emacs-overlay
, fenix
, flake-utils
, lanzaboote
@ -88,7 +79,6 @@
./modules/basic-tools
./modules/binary-caches.nix
./modules/devtools.nix
./modules/emacs.nix
./modules/gnome.nix
./modules/gnupg.nix
./modules/mail