Skip to content

Commit 72bad80

Browse files
committed
update flake lock
1 parent 5b6305c commit 72bad80

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

flake.lock

+25-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# rust-overlay.url = "github:oxalica/rust-overlay";
1818
pkgs = import nixpkgs { inherit system; };
1919
pkgs_unstable = import nixpkgs_unstable { inherit system; };
20+
python = pkgs.python310;
2021

2122
# this is all tauri-related stuff
2223
libraries = with pkgs; [
@@ -122,7 +123,7 @@
122123

123124
pkgs_unstable.deno
124125

125-
python # this is needed for newer quasar versions apparently...
126+
#python # this is needed for newer quasar versions apparently...
126127

127128
kdiff3
128129
];

0 commit comments

Comments
 (0)