Skip to content

Commit b5b6789

Browse files
committed
build: Add flake.lock
1 parent dedfd18 commit b5b6789

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.direnv/

flake.lock

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
let pkgs = import nixpkgs { inherit system; };
1313
in {
1414
default = pkgs.mkShell {
15-
packages = with pkgs; [ python just git-lfs ];
15+
packages = with pkgs; [ python3 just git-lfs ];
1616
};
1717
});
1818
};

0 commit comments

Comments
 (0)