diff --git a/flake.lock b/flake.lock index bbbd33a..ee10bfe 100644 --- a/flake.lock +++ b/flake.lock @@ -102,27 +102,6 @@ "type": "github" } }, - "emacs": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ], - "nixpkgs-stable": "nixpkgs-stable" - }, - "locked": { - "lastModified": 1743006152, - "narHash": "sha256-1mkjVaVLaQVJSnW0/ziFpqevuU9p74niwF4tkS3wHMo=", - "owner": "nix-community", - "repo": "emacs-overlay", - "rev": "8566c4f4dea1698078dc003a7c55ba7f59ac3b27", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "emacs-overlay", - "type": "github" - } - }, "flake-compat": { "flake": false, "locked": { @@ -384,22 +363,6 @@ "type": "github" } }, - "nixpkgs-stable": { - "locked": { - "lastModified": 1742751704, - "narHash": "sha256-rBfc+H1dDBUQ2mgVITMGBPI1PGuCznf9rcWX/XIULyE=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "f0946fa5f1fb876a9dc2e1850d9d3a4e3f914092", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-24.11", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs_2": { "locked": { "lastModified": 1732014248, @@ -496,7 +459,6 @@ "agenix": "agenix", "disko": "disko", "distro-grub-themes": "distro-grub-themes", - "emacs": "emacs", "home-manager": "home-manager_2", "nix-on-droid": "nix-on-droid", "nixpkgs": "nixpkgs", diff --git a/flake.nix b/flake.nix index e2ab79a..1f9095c 100644 --- a/flake.nix +++ b/flake.nix @@ -28,11 +28,11 @@ inputs.nixpkgs.follows = "nixpkgs-droid"; }; - emacs = { - url = "github:nix-community/emacs-overlay"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - + # emacs = { + # url = "github:nix-community/emacs-overlay"; + # inputs.nixpkgs.follows = "nixpkgs"; + # }; + # # simplex-chat = { # url = "github:simplex-chat/simplex-chat"; # inputs.nixpkgs.follows = "nixpkgs"; @@ -92,9 +92,9 @@ { nixpkgs = { config.allowUnfree = true; - overlays = with inputs; [ - emacs.overlay - ]; + # overlays = with inputs; [ + # emacs.overlay + # ]; }; } )