upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index dfd6325..bdaa633 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
5 flake-utils.url = "github:numtide/flake-utils"; 5 flake-utils.url = "github:numtide/flake-utils";
6 }; 6 };
7 7
8 outputs = { self, nixpkgs, rust-overlay, flake-utils, ... }: 8 outputs = { nixpkgs, rust-overlay, flake-utils, ... }:
9 flake-utils.lib.eachDefaultSystem (system: 9 flake-utils.lib.eachDefaultSystem (system:
10 let 10 let
11 overlays = [ (import rust-overlay) ]; 11 overlays = [ (import rust-overlay) ];