Skip to content

Commit 26a3fc1

Browse files
committed
switch to nixpkgs shallow clone for faster updates
1 parent a3c87bb commit 26a3fc1

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

flake.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
inputs.systems.follows = "systems";
1010
};
1111
systems.url = "github:nix-systems/default";
12-
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
12+
nixpkgs.url = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=nixpkgs-unstable";
1313
flake-utils.url = "github:numtide/flake-utils";
1414
flake-utils.inputs.systems.follows = "systems";
1515
treefmt-nix = {

0 commit comments

Comments
 (0)