Skip to content

Commit

Permalink
amd 254 current 2024-12-01 10:18:13 24.11.20241129.3d7df75 6.6.60 *
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Dec 1, 2024
1 parent 0e1e4c6 commit e7ce20b
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,7 @@ let
# Usage see: https://docs.clan.lol
clan = inputs.clan-core.lib.buildClan {
directory = inputs.self;
meta.name = "devtoday";
# meta.name = "developing-today";

meta.name = "developing-today";
# Prerequisite: boot into the installer.
# See: https://docs.clan.lol/getting-started/installer
# local> mkdir -p ./machines/machine1
Expand All @@ -420,17 +418,14 @@ let
};
in
{
# All machines managed by Clan.
inherit (clan) clanInternals nixosConfigurations; # nixosConfigurations clanInternals;
# Add the Clan cli tool to the dev shell.
# Use "nix develop" to enter the dev shell.
inherit (clan) nixosConfigurations clanInternals;
devShells =
inputs.clan-core.inputs.nixpkgs.lib.genAttrs
[
"x86_64-linux"
# "aarch64-linux"
# "aarch64-darwin"
# "x86_64-darwin"
"aarch64-linux"
"aarch64-darwin"
"x86_64-darwin"
]
(system: {
default = inputs.clan-core.inputs.nixpkgs.legacyPackages.${system}.mkShell {
Expand Down

0 comments on commit e7ce20b

Please sign in to comment.