Skip to content

Commit e4e19f2

Browse files
committed
Update determinate input URL
1 parent c12c1b0 commit e4e19f2

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

flake.lock

Lines changed: 8 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
@@ -4,7 +4,7 @@
44

55
inputs = {
66
determinate = {
7-
url = "github:DeterminateSystems/determinate/custom-settings-default";
7+
url = "https://flakehub.com/f/DeterminateSystems/determinate/3";
88
inputs.nixpkgs.follows = "nixpkgs";
99
};
1010
dev-templates = {

nix-darwin/base/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
flakes = [
3636
(flakehub "dev-templates" "the-nix-way" "dev-templates" "0.1")
3737
(flakehub "home-manager" "nix-community" "home-manager" "0")
38-
(flakehub "nix" "DeterminateSystems" "nix-src" "0")
38+
(flakehub "nix" "DeterminateSystems" "nix-src" "3")
3939
(flakehub "nix-darwin" "nix-darwin" "nix-darwin" "0")
4040
(flakehub "nixos-generators" "nix-community" "nixos-generators" "0.1")
4141
(flakehub "nixpkgs" "DeterminateSystems" "nixpkgs-weekly" "0.1")

0 commit comments

Comments
 (0)