Skip to content

Commit

Permalink
Merge pull request #14 from DeterminateSystems/fix-nix-registry
Browse files Browse the repository at this point in the history
Fix Nix registry entries
  • Loading branch information
grahamc authored Mar 22, 2024
2 parents 7cef287 + 7800d67 commit 440084d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
registry.nixpkgs = {
exact = true;
from = {
type = "nixpkgs";
url = "indirect";
type = "indirect";
id = "nixpkgs";
};
to = {
type = "tarball";
Expand All @@ -106,8 +106,8 @@
registry.nixpkgs = {
exact = true;
from = {
type = "nixpkgs";
url = "indirect";
type = "indirect";
id = "nixpkgs";
};
to = {
type = "tarball";
Expand All @@ -131,8 +131,8 @@
registry.nixpkgs = {
exact = true;
from = {
type = "nixpkgs";
url = "indirect";
type = "indirect";
id = "nixpkgs";
};
to = {
type = "tarball";
Expand Down

0 comments on commit 440084d

Please sign in to comment.