switch to upstream hydra #72

Merged
DarkKirb merged 1 commit from switch-upstream-hydra into main 2022-11-27 20:30:19 +00:00
2 changed files with 24 additions and 40 deletions

View file

@ -448,7 +448,6 @@
}, },
"hydra": { "hydra": {
"inputs": { "inputs": {
"newNixpkgs": "newNixpkgs",
"nix": "nix", "nix": "nix",
"nixpkgs": [ "nixpkgs": [
"hydra", "hydra",
@ -457,18 +456,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1662719678, "lastModified": 1669287863,
"narHash": "sha256-39yAqCjLaDT5rZqXGwEYKcmOEC+WrW/XQWSI+SdUlOw=", "narHash": "sha256-xY3CDFjLG3po2tdaTZToqZmLCQnSwsUqAn8sIXFrybw=",
"ref": "hack", "owner": "NixOS",
"rev": "01d3598243ac9d07dce5a82ca4789713c2c4994f", "repo": "hydra",
"revCount": 4015, "rev": "14d4624dc20956ec9ff54882e70c5c0bc377921a",
"type": "git", "type": "github"
"url": "https://git.chir.rs/darkkirb/hydra"
}, },
"original": { "original": {
"ref": "hack", "owner": "NixOS",
"type": "git", "repo": "hydra",
"url": "https://git.chir.rs/darkkirb/hydra" "type": "github"
} }
}, },
"invtracker": { "invtracker": {
@ -550,22 +548,6 @@
"type": "github" "type": "github"
} }
}, },
"newNixpkgs": {
"locked": {
"lastModified": 1647380550,
"narHash": "sha256-909TI9poX7CIUiFx203WL29YON6m/I6k0ExbZvR7bLM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6e3ee8957637a60f5072e33d78e05c0f65c54366",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}
},
"nix": { "nix": {
"inputs": { "inputs": {
"lowdown-src": "lowdown-src", "lowdown-src": "lowdown-src",
@ -573,16 +555,16 @@
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1654014617, "lastModified": 1661606874,
"narHash": "sha256-qNL3lQPBsnStkru3j1ajN/H+knXI+X3dku8/dBfSw3g=", "narHash": "sha256-9+rpYzI+SmxJn+EbYxjGv68Ucp22bdFUSy/4LkHkkDQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nix", "repo": "nix",
"rev": "624e38aa43f304fbb78b4779172809add042b513", "rev": "11e45768b34fdafdcf019ddbd337afa16127ff0f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "2.9.1", "ref": "2.11.0",
"repo": "nix", "repo": "nix",
"type": "github" "type": "github"
} }
@ -714,9 +696,10 @@
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"repo": "nixpkgs",
"rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",
"type": "indirect" "type": "github"
} }
}, },
"nixpkgs_2": { "nixpkgs_2": {
@ -753,17 +736,18 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1645296114, "lastModified": 1669513802,
"narHash": "sha256-y53N7TyIkXsjMpOG7RhvqJFGDacLs9HlyHeSTBioqYU=", "narHash": "sha256-AmTRNi8bHgJlmaNe3r5k+IMFbbXERM/KarqveMAZmsY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "530a53dcbc9437363471167a5e4762c5fcfa34a1", "rev": "6649e08812f579581bfb4cada3ba01e30485c891",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"ref": "nixos-21.05-small", "ref": "nixos-22.05-small",
"type": "indirect" "repo": "nixpkgs",
"type": "github"
} }
}, },
"nixpkgs_5": { "nixpkgs_5": {

View file

@ -21,7 +21,7 @@ rec {
invtracker.url = "git+https://git.chir.rs/darkkirb/Programmierbeleg"; invtracker.url = "git+https://git.chir.rs/darkkirb/Programmierbeleg";
nixpkgs-fluffychat.url = "github:Luis-Hebendanz/nixpkgs/fix_mkFlutterApp"; nixpkgs-fluffychat.url = "github:Luis-Hebendanz/nixpkgs/fix_mkFlutterApp";
helix.url = "github:helix-editor/helix"; helix.url = "github:helix-editor/helix";
hydra.url = "git+https://git.chir.rs/darkkirb/hydra?ref=hack"; hydra.url = "github:NixOS/hydra";
plasma-manager.url = "github:pjones/plasma-manager"; plasma-manager.url = "github:pjones/plasma-manager";
plasma-manager.inputs.nixpkgs.follows = "nixpkgs"; plasma-manager.inputs.nixpkgs.follows = "nixpkgs";
plasma-manager.inputs.home-manager.follows = "home-manager"; plasma-manager.inputs.home-manager.follows = "home-manager";