branch: elpa/nix-mode
commit da7e6de79a60842fb943acb3767a04e0699a45b0
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Move some unpolished elisp to "misc" folder.
Most of these were taken from different repos that may not be integrated
well
into "nix-mode".
---
company-nixos-options.el => misc/company-nixos-options.el | 0
helm-nixos-options.el => misc/helm-nixos-options.el | 0
nix-build-log.el => misc/nix-build-log.el | 0
nix-hydra-build.el => misc/nix-hydra-build.el | 0
nix-hydra-jobset.el => misc/nix-hydra-jobset.el | 0
nix-hydra.el => misc/nix-hydra.el | 0
nix-popup.el => misc/nix-popup.el | 0
nix-profiles.el => misc/nix-profiles.el | 0
nix-sandbox.el => misc/nix-sandbox.el | 0
nix-smie.el => misc/nix-smie.el | 0
nix-ui-messages.el => misc/nix-ui-messages.el | 0
nix-ui-profile.el => misc/nix-ui-profile.el | 0
nix-utils.el => misc/nix-utils.el | 0
nix.el => misc/nix.el | 0
nixos-options.el => misc/nixos-options.el | 0
nixos-packages.el => misc/nixos-packages.el | 0
16 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/company-nixos-options.el b/misc/company-nixos-options.el
similarity index 100%
rename from company-nixos-options.el
rename to misc/company-nixos-options.el
diff --git a/helm-nixos-options.el b/misc/helm-nixos-options.el
similarity index 100%
rename from helm-nixos-options.el
rename to misc/helm-nixos-options.el
diff --git a/nix-build-log.el b/misc/nix-build-log.el
similarity index 100%
rename from nix-build-log.el
rename to misc/nix-build-log.el
diff --git a/nix-hydra-build.el b/misc/nix-hydra-build.el
similarity index 100%
rename from nix-hydra-build.el
rename to misc/nix-hydra-build.el
diff --git a/nix-hydra-jobset.el b/misc/nix-hydra-jobset.el
similarity index 100%
rename from nix-hydra-jobset.el
rename to misc/nix-hydra-jobset.el
diff --git a/nix-hydra.el b/misc/nix-hydra.el
similarity index 100%
rename from nix-hydra.el
rename to misc/nix-hydra.el
diff --git a/nix-popup.el b/misc/nix-popup.el
similarity index 100%
rename from nix-popup.el
rename to misc/nix-popup.el
diff --git a/nix-profiles.el b/misc/nix-profiles.el
similarity index 100%
rename from nix-profiles.el
rename to misc/nix-profiles.el
diff --git a/nix-sandbox.el b/misc/nix-sandbox.el
similarity index 100%
rename from nix-sandbox.el
rename to misc/nix-sandbox.el
diff --git a/nix-smie.el b/misc/nix-smie.el
similarity index 100%
rename from nix-smie.el
rename to misc/nix-smie.el
diff --git a/nix-ui-messages.el b/misc/nix-ui-messages.el
similarity index 100%
rename from nix-ui-messages.el
rename to misc/nix-ui-messages.el
diff --git a/nix-ui-profile.el b/misc/nix-ui-profile.el
similarity index 100%
rename from nix-ui-profile.el
rename to misc/nix-ui-profile.el
diff --git a/nix-utils.el b/misc/nix-utils.el
similarity index 100%
rename from nix-utils.el
rename to misc/nix-utils.el
diff --git a/nix.el b/misc/nix.el
similarity index 100%
rename from nix.el
rename to misc/nix.el
diff --git a/nixos-options.el b/misc/nixos-options.el
similarity index 100%
rename from nixos-options.el
rename to misc/nixos-options.el
diff --git a/nixos-packages.el b/misc/nixos-packages.el
similarity index 100%
rename from nixos-packages.el
rename to misc/nixos-packages.el