remove dead code
This commit is contained in:
parent
7e22d089a1
commit
9d3531ec27
5 changed files with 4 additions and 123 deletions
15
flake.nix
15
flake.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue