Skip to content

Commit

Permalink
refactor(nix): removed unnecessary nested nixos directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jun 10, 2024
1 parent b61c24a commit c76ee77
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
pkgs = import nixpkgs { inherit system; };
in
{
packages.default = pkgs.callPackage ./nixos/default.nix { };
devShells.default = pkgs.callPackage ./nixos/shell.nix { };
packages.default = pkgs.callPackage ./default.nix { };
devShells.default = pkgs.callPackage ./shell.nix { };
}
) // { nixosModules.default = ./nixos/module.nix; };
) // { nixosModules.default = ./nixos.nix; };
}

File renamed without changes.
File renamed without changes.

0 comments on commit c76ee77

Please sign in to comment.