add dependencies

This commit is contained in:
FabricSoul 2025-07-29 19:30:25 -04:00
parent 0b663f49e6
commit fd3571b755
2 changed files with 29 additions and 0 deletions

27
flake.lock generated Normal file
View file

@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1753694789,
"narHash": "sha256-cKgvtz6fKuK1Xr5LQW/zOUiAC0oSQoA9nOISB0pJZqM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "dc9637876d0dcc8c9e5e22986b857632effeb727",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View file

@ -23,6 +23,8 @@
pkg-config
wayland # Provides the 'wayland-scanner' tool
wayland-scanner
libinput
pixman
];
# Add the necessary build dependencies for dwl
buildInputs = with pkgs; [