mirror of
https://github.com/nwg-piotr/nwg-displays.git
synced 2025-12-05 18:46:52 -06:00
fix(flake): use the same Python version for buildPythonApplication and for propagatedBuildInputs
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -20,11 +20,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1673540789,
|
||||
"narHash": "sha256-xqnxBOK3qctIeUVxecydrEDbEXjsvHCPGPbvsl63M/U=",
|
||||
"lastModified": 1698924604,
|
||||
"narHash": "sha256-GCFbkl2tj8fEZBZCw3Tc0AkGo0v+YrQlohhEGJ/X4s0=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0f213d0fee84280d8c3a97f7469b988d6fe5fcdf",
|
||||
"rev": "fa804edfb7869c9fb230e174182a8a1a7e512c40",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
systems = ["x86_64-linux"];
|
||||
imports = [];
|
||||
|
||||
perSystem = { config, inputs', pkgs, system, ... }:
|
||||
perSystem = { config, inputs', pkgs, system, ... }:
|
||||
{
|
||||
packages = rec {
|
||||
default = nwg-displays;
|
||||
@@ -37,9 +37,9 @@
|
||||
gtk-layer-shell
|
||||
gdk-pixbuf
|
||||
atk
|
||||
python310Packages.i3ipc
|
||||
python310Packages.pygobject3
|
||||
python310Packages.gst-python
|
||||
python3Packages.i3ipc
|
||||
python3Packages.pygobject3
|
||||
python3Packages.gst-python
|
||||
];
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
||||
Reference in New Issue
Block a user