summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock12
-rw-r--r--flake.nix4
2 files changed, 8 insertions, 8 deletions
diff --git a/flake.lock b/flake.lock
index 8a8e486..d9fb3e0 100644
--- a/flake.lock
+++ b/flake.lock
@@ -3,11 +3,11 @@
"flake-compat": {
"flake": false,
"locked": {
- "lastModified": 1673956053,
- "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
+ "lastModified": 1696426674,
+ "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
- "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
+ "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
@@ -18,11 +18,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1688981480,
- "narHash": "sha256-AYgIAotBA5C+55PjXKck8cpDgWYrUYsTMpMxH1bZ7/M=",
+ "lastModified": 1709905912,
+ "narHash": "sha256-TofHtnlrOBCxtSZ9nnlsTybDnQXUmQrlIleXF1RQAwQ=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "b9ebd80c7dbcdec2240c5baae334365eaf3d7230",
+ "rev": "a343533bccc62400e8a9560423486a3b6c11a23b",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 503394e..5a940fe 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,7 +26,7 @@
default = pkgs.mkShell {
name = "scenefx-shell";
- inputsFrom = [ pkgs.wlroots_0_16 ];
+ inputsFrom = [ pkgs.wlroots_0_17 ];
nativeBuildInputs = with pkgs; [
cmake
@@ -40,7 +40,7 @@
shellHook = with pkgs; ''(
mkdir -p "$PWD/subprojects"
cd "$PWD/subprojects"
- cp -R --no-preserve=mode,ownership ${wlroots_0_16.src} wlroots
+ cp -R --no-preserve=mode,ownership ${wlroots_0_17.src} wlroots
)'';
};
});