Skip to content

Commit

Permalink
style: treefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Oct 23, 2022
1 parent d6b061f commit 866219e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
18 changes: 9 additions & 9 deletions comb/_QUEEN/library.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ in {
};

/*
Synopsis: bearHomeConfiguration username: configuration:
Generate the deployable `homeConfigurations` attribute set in the
homeConfigurations organelle.
*/
Synopsis: bearHomeConfiguration username: configuration:
Generate the deployable `homeConfigurations` attribute set in the
homeConfigurations organelle.
*/
bearHomeConfiguration = home: username: configuration': let
homeDirectoryPrefix =
if nixpkgs.stdenv.hostPlatform.isDarwin
Expand Down Expand Up @@ -45,10 +45,10 @@ in {
pkgs = nixpkgs;
};
/*
Synopsis: summonNixosConfigurationsFor _systems_
Generate the `nixosConfigurations` attribute expected by nixos-generators.
*/
Synopsis: summonNixosConfigurationsFor _systems_
Generate the `nixosConfigurations` attribute expected by nixos-generators.
*/
# summonNixosConfigurations = let
# systems = lib.intersectLists (builtins.attrNames inputs.cells) lib.systems.doubles.all;
# accumulate = builtins.foldl' inputs.nixpkgs.lib.attrsets.recursiveUpdate {};
Expand Down
9 changes: 2 additions & 7 deletions comb/_QUEEN/nixosProfiles.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@
}: let
inherit (inputs) nixpkgs;
in {
bootstrap = {
config,
lib,
modulesPath,
...
}: {
bootstrap = {config, ...}: {
nix = {
package = nixpkgs.nix
package = nixpkgs.nix;
extraOptions = ''
experimental-features = nix-command flakes recursive-nix
'';
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture-decisions/adr_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ What is the change that we're proposing and/or doing?

## Consequences

What becomes easier or more difficult to do because of this change?
What becomes easier or more difficult to do because of this change?

0 comments on commit 866219e

Please sign in to comment.