about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-24 13:59:12 +0200
committerSoispha <soispha@vhack.eu>2023-10-24 13:59:12 +0200
commit9e112d9310fed6437f7669d66126bf94c5f8f6e1 (patch)
tree0409ddb5b11c26c9e0415abd4c4db2e2786baa24 /flake.nix
parentbuild(flake): Add a dummy follow for 'my_flake' to prevent a cyclic dependency (diff)
downloadnixos-config-9e112d9310fed6437f7669d66126bf94c5f8f6e1.tar.gz
nixos-config-9e112d9310fed6437f7669d66126bf94c5f8f6e1.zip
build(treewide): Update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 3f2568d0..c1cd9175 100644
--- a/flake.nix
+++ b/flake.nix
@@ -249,6 +249,7 @@
         nixpkgs.follows = "nixpkgs";
         crane.follows = "crane";
         flake-utils.follows = "flake-utils";
+        rust-overlay.follows = "rust-overlay";
       };
     };
     strip_js_comments = {