Skip to content

Commit b8e6f0c

Browse files
Format code
1 parent e20c9fc commit b8e6f0c

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
mise.url = "github:jdx/mise";
5151
mise.inputs.nixpkgs.follows = "nixpkgs";
5252

53-
pants-nix.url = "github:ethan-turkeltaub-zocdoc/pants-nix/ethan-turkeltaub-zocdoc/v2.24.1";
53+
pants-nix.url =
54+
"github:ethan-turkeltaub-zocdoc/pants-nix/ethan-turkeltaub-zocdoc/v2.24.1";
5455
pants-nix.inputs.nixpkgs.follows = "nixpkgs";
5556

5657
flake-compat.url = "github:edolstra/flake-compat";

hosts/eturkeltaub-mb/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ suites, profiles, secrets, pkgs, ... }: {
1+
{ suites, profiles, secrets, ... }: {
22
imports = with suites;
33
base ++ fonts ++ [
44
profiles.users."ethan.turkeltaub"

users/ethan.turkeltaub/home.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ config, pkgs, inputs, suites, secrets, ... }: {
1+
{ config, pkgs, suites, secrets, ... }: {
22
imports = (with suites; base ++ development ++ identity ++ work)
33
++ [ secrets.users."ethan.turkeltaub".home ] ++ [ ./profiles/vscode.nix ];
44

@@ -8,9 +8,10 @@
88
gpg.keyId = "E975F001FBC704AE";
99
};
1010

11-
home.packages = with pkgs; [
12-
# inputs.pants-nix.packages.${pkgs.system}."release_2.24.1"
13-
];
11+
home.packages = with pkgs;
12+
[
13+
# inputs.pants-nix.packages.${pkgs.system}."release_2.24.1"
14+
];
1415

1516
programs = {
1617
git = {

users/ethan/home.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ inputs, config, suites, profiles, pkgs, ... }: {
1+
{ config, suites, profiles, pkgs, ... }: {
22
imports = (with suites; base ++ development ++ identity) ++ (with profiles; [
33
elixir.default
44
mise.default

0 commit comments

Comments
 (0)