fix(flake): use the same Python version for buildPythonApplication and for propagatedBuildInputs

This commit is contained in:
Matej Cotman
2023-11-04 14:52:47 +02:00
parent fc15767112
commit a78e3fded7
2 changed files with 7 additions and 7 deletions

6
flake.lock generated
View File

@@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1673540789, "lastModified": 1698924604,
"narHash": "sha256-xqnxBOK3qctIeUVxecydrEDbEXjsvHCPGPbvsl63M/U=", "narHash": "sha256-GCFbkl2tj8fEZBZCw3Tc0AkGo0v+YrQlohhEGJ/X4s0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0f213d0fee84280d8c3a97f7469b988d6fe5fcdf", "rev": "fa804edfb7869c9fb230e174182a8a1a7e512c40",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -11,7 +11,7 @@
systems = ["x86_64-linux"]; systems = ["x86_64-linux"];
imports = []; imports = [];
perSystem = { config, inputs', pkgs, system, ... }: perSystem = { config, inputs', pkgs, system, ... }:
{ {
packages = rec { packages = rec {
default = nwg-displays; default = nwg-displays;
@@ -37,9 +37,9 @@
gtk-layer-shell gtk-layer-shell
gdk-pixbuf gdk-pixbuf
atk atk
python310Packages.i3ipc python3Packages.i3ipc
python310Packages.pygobject3 python3Packages.pygobject3
python310Packages.gst-python python3Packages.gst-python
]; ];
dontWrapGApps = true; dontWrapGApps = true;