1
0
Fork 0

Fix registry

This commit is contained in:
maralorn 2023-02-19 12:06:03 +01:00
parent 5451c14c3d
commit c2f7e8e1de
2 changed files with 18 additions and 20 deletions

View file

@ -90,9 +90,10 @@
"locked": { "locked": {
"lastModified": 1675933616, "lastModified": 1675933616,
"narHash": "sha256-/rczJkJHtx16IFxMmAWu5nNYcSXNg1YYXTHoGjLrLUA=", "narHash": "sha256-/rczJkJHtx16IFxMmAWu5nNYcSXNg1YYXTHoGjLrLUA=",
"path": "/nix/store/8zrjcl2ssb4b83m7wpqyvmj004h7bx6p-source", "owner": "hercules-ci",
"repo": "flake-parts",
"rev": "47478a4a003e745402acf63be7f9a092d51b83d7", "rev": "47478a4a003e745402acf63be7f9a092d51b83d7",
"type": "path" "type": "github"
}, },
"original": { "original": {
"id": "flake-parts", "id": "flake-parts",
@ -230,11 +231,12 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1675933606, "lastModified": 1676775543,
"narHash": "sha256-y427VhPQHOKkYvkc9MMsL/2R7M11rQxzsRdRLM3htx8=", "narHash": "sha256-VI0e60l94RY9Sc90OwDZpOf/nyLy41n2ULK6I6YkoP8=",
"path": "/nix/store/93f5s8b50wpyvv4p04l3wlk5b4y8g731-source", "owner": "NixOS",
"rev": "44ae00e02e8036a66c08f4decdece7e3bbbefee2", "repo": "nixos-hardware",
"type": "path" "rev": "525177a78023e1363bee482f520d4f2471ada03a",
"type": "github"
}, },
"original": { "original": {
"id": "nixos-hardware", "id": "nixos-hardware",
@ -265,11 +267,11 @@
}, },
"nixos-stable": { "nixos-stable": {
"locked": { "locked": {
"lastModified": 1676636606, "lastModified": 1676718858,
"narHash": "sha256-Hahkda+Amu3RQE0C6UIxLo1x8tkDmu8jkFRa8JujFos=", "narHash": "sha256-giQecvcifVLNHCC9lMfTGP09tNxXhOMw+d/aql7MhRw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "de5448dab588ad41aef40f8c7c0c230981656698", "rev": "e6d5772f3515b8518d50122471381feae7cbae36",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -115,20 +115,16 @@
}; };
nix = { nix = {
registry = registry = [
lib.mapAttrs (id: flake: { {
from = { from = {
type = "indirect"; type = "indirect";
inherit id; id = "nixpkgs";
}; };
inherit flake; flake = pkgs.flake-inputs.nixos-stable;
}) }
pkgs.flake-inputs; ];
settings.trusted-users = ["maralorn" "laminar"]; settings.trusted-users = ["maralorn" "laminar"];
# substituters = lib.mkAfter (pkgs.privateValue [] "binary-caches");
# trusted-public-keys = [
# "nixbuild.net/maralorn-1:cpqv21sJgRL+ROaKY1Gr0k7AKolAKaP3S3iemGxK/30="
# ];
# Extra Option which is on by default: allow-import-from-derivation = true # Extra Option which is on by default: allow-import-from-derivation = true
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes