diff options
author | Soispha <soispha@vhack.eu> | 2023-10-24 13:59:12 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-24 13:59:12 +0200 |
commit | 9e112d9310fed6437f7669d66126bf94c5f8f6e1 (patch) | |
tree | 0409ddb5b11c26c9e0415abd4c4db2e2786baa24 /flake.nix | |
parent | build(flake): Add a dummy follow for 'my_flake' to prevent a cyclic dependency (diff) | |
download | nixos-config-9e112d9310fed6437f7669d66126bf94c5f8f6e1.tar.gz nixos-config-9e112d9310fed6437f7669d66126bf94c5f8f6e1.zip |
build(treewide): Update
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
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 = { |