diff options
| author | Grigory Shipunov | 2023-06-19 19:29:51 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-06-19 19:29:51 +0200 |
| commit | 9d3531ec27ca41aff931dde8a5d84615bb6ca43b (patch) | |
| tree | cb828e62ed2d3f4ad640a17cad21c58b5a385e1a /flake.nix | |
| parent | 7e22d089a1bc836cb15199e4ed48a7adc94b08e9 (diff) | |
remove dead code
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -36,29 +36,14 @@ flake-utils.follows = "flake-utils"; }; }; - - emacs-overlay = { - url = "github:nix-community/emacs-overlay"; - inputs = { - nixpkgs.follows = "nixpkgs-unstable"; - flake-utils.follows = "flake-utils"; - }; - }; - - nixd = { - url = "github:nix-community/nixd"; - inputs.nixpkgs.follows = "nixpkgs-unstable"; - }; }; outputs = inputs@{ self - , emacs-overlay , fenix , flake-utils , lanzaboote , microvm - , nixd , nixpkgs , nixpkgs-unstable , sops-nix |
