diff options
author | Alan Pearce | 2024-06-26 19:24:25 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-26 19:24:51 +0200 |
commit | 1cd639cd24a6095359d496fb8a90d9b45f3203d7 (patch) | |
tree | dfe9cc18992d8b74e5b6efddb7b571ae53898d0e | |
parent | 1155711309d6e54ec6d6cfdbaee2160bab940007 (diff) | |
download | nix-packages-1cd639cd24a6095359d496fb8a90d9b45f3203d7.tar.lz nix-packages-1cd639cd24a6095359d496fb8a90d9b45f3203d7.tar.zst nix-packages-1cd639cd24a6095359d496fb8a90d9b45f3203d7.zip |
move nixos modules to make way for other kinds
-rw-r--r-- | default.nix | 2 | ||||
-rw-r--r-- | modules/nixos/default.nix (renamed from modules/default.nix) | 0 | ||||
-rw-r--r-- | modules/nixos/laminar.nix (renamed from modules/laminar.nix) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 732a014..f326620 100644 --- a/default.nix +++ b/default.nix @@ -11,7 +11,7 @@ { # The `lib`, `modules`, and `overlays` names are special lib = import ./lib { inherit pkgs; }; # functions - modules = import ./modules; # NixOS modules + modules = import ./modules/nixos; # NixOS modules overlays = import ./overlays; # nixpkgs overlays prettier-plugin-go-template = pkgs.callPackage ./pkgs/prettier-plugin-go-template { }; diff --git a/modules/default.nix b/modules/nixos/default.nix index 1901177..1901177 100644 --- a/modules/default.nix +++ b/modules/nixos/default.nix diff --git a/modules/laminar.nix b/modules/nixos/laminar.nix index 02944f3..02944f3 100644 --- a/modules/laminar.nix +++ b/modules/nixos/laminar.nix |