Skip to content

Commit cf34ed1

Browse files
committed
Fixed flake
1 parent 9b275f4 commit cf34ed1

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

flake.nix

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,18 @@
1515
, ...
1616
}: {
1717
packages.default = pkgs.python310Packages.callPackage ./pros-cli.nix { };
18-
packages.pros-cli = pkgs.python310Packages.callPackage ./pros-cli.nix { };
1918

20-
devShells.default = pkgs.mkShell {
21-
packages = with pkgs; [
22-
hello
23-
];
19+
20+
};
21+
flake = {
22+
templates = {
23+
default = {
24+
path = ./template;
25+
description = "basic dev environment for pros";
2426
};
2527
};
2628

27-
templates = {
28-
default = {
29-
path = ./template;
30-
description = "basic dev environment for pros";
31-
};
3229
};
3330

34-
35-
flake = { };
3631
};
3732
}

0 commit comments

Comments
 (0)