also add enet to flake.nix

This commit is contained in:
Nadia Holmquist Pedersen 2024-08-10 17:13:10 +02:00
parent c8f3c27cdd
commit 80e060afed
2 changed files with 4 additions and 3 deletions

View File

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1722813957, "lastModified": 1723175592,
"narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=", "narHash": "sha256-M0xJ3FbDUc4fRZ84dPGx5VvgFsOzds77KiBMW/mMTnI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa", "rev": "5e0ca22929f3342b19569b21b2f3462f053e497b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -37,6 +37,7 @@
libarchive libarchive
libGL libGL
libslirp libslirp
enet
]) ++ optionals isLinux [ ]) ++ optionals isLinux [
pkgs.wayland pkgs.wayland
pkgs.kdePackages.qtwayland pkgs.kdePackages.qtwayland