Update infra repo reference (#724)

cc https://github.com/NixOS/infra/issues/359

Co-authored-by: Rok Garbas <rok@floxdev.com>
This commit is contained in:
Martin Weinelt 2024-03-04 23:31:12 +01:00 committed by GitHub
parent ff62e2b296
commit 27a5fcd79f
Failed to generate hash of commit
2 changed files with 11 additions and 11 deletions

View file

@ -15,19 +15,19 @@
"type": "github"
}
},
"nixos-org-configurations": {
"nixos-infra": {
"flake": false,
"locked": {
"lastModified": 1701287284,
"narHash": "sha256-tu30FJa7e8eZCZg0CmQuAGimFQ/RVPooTFl59SiELxY=",
"lastModified": 1709405783,
"narHash": "sha256-qZ1lM5kTiqQT/jbhim0CxYaEqlfJKTQvytyaBflkDnM=",
"owner": "NixOS",
"repo": "nixos-org-configurations",
"rev": "33bc481f102213c0c4e41cd356e7bcf1aea28107",
"repo": "infra",
"rev": "1261d183ad0c1cf036853087be306e7c792e0cdd",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixos-org-configurations",
"repo": "infra",
"type": "github"
}
},
@ -65,7 +65,7 @@
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixos-org-configurations": "nixos-org-configurations",
"nixos-infra": "nixos-infra",
"nixpkgs": "nixpkgs",
"npmlock2nix": "npmlock2nix"
}

View file

@ -8,14 +8,14 @@
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.npmlock2nix.url = "github:nix-community/npmlock2nix";
inputs.npmlock2nix.flake = false;
inputs.nixos-org-configurations.url = "github:NixOS/nixos-org-configurations";
inputs.nixos-org-configurations.flake = false;
inputs.nixos-infra.url = "github:NixOS/infra";
inputs.nixos-infra.flake = false;
outputs = { self
, nixpkgs
, flake-utils
, npmlock2nix
, nixos-org-configurations
, nixos-infra
}:
flake-utils.lib.eachDefaultSystem
(system:
@ -33,7 +33,7 @@
version = lib.fileContents ./VERSION;
nixosChannels =
let
allChannels = (import "${nixos-org-configurations}/channels.nix").channels;
allChannels = (import "${nixos-infra}/channels.nix").channels;
filteredChannels =
lib.filterAttrs
(n: v: