diff --git a/flake.lock b/flake.lock index 04b349e7..2070cd9a 100644 --- a/flake.lock +++ b/flake.lock @@ -448,7 +448,6 @@ }, "hydra": { "inputs": { - "newNixpkgs": "newNixpkgs", "nix": "nix", "nixpkgs": [ "hydra", @@ -457,18 +456,17 @@ ] }, "locked": { - "lastModified": 1662719678, - "narHash": "sha256-39yAqCjLaDT5rZqXGwEYKcmOEC+WrW/XQWSI+SdUlOw=", - "ref": "hack", - "rev": "01d3598243ac9d07dce5a82ca4789713c2c4994f", - "revCount": 4015, - "type": "git", - "url": "https://git.chir.rs/darkkirb/hydra" + "lastModified": 1669287863, + "narHash": "sha256-xY3CDFjLG3po2tdaTZToqZmLCQnSwsUqAn8sIXFrybw=", + "owner": "NixOS", + "repo": "hydra", + "rev": "14d4624dc20956ec9ff54882e70c5c0bc377921a", + "type": "github" }, "original": { - "ref": "hack", - "type": "git", - "url": "https://git.chir.rs/darkkirb/hydra" + "owner": "NixOS", + "repo": "hydra", + "type": "github" } }, "invtracker": { @@ -550,22 +548,6 @@ "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": { "inputs": { "lowdown-src": "lowdown-src", @@ -573,16 +555,16 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1654014617, - "narHash": "sha256-qNL3lQPBsnStkru3j1ajN/H+knXI+X3dku8/dBfSw3g=", + "lastModified": 1661606874, + "narHash": "sha256-9+rpYzI+SmxJn+EbYxjGv68Ucp22bdFUSy/4LkHkkDQ=", "owner": "NixOS", "repo": "nix", - "rev": "624e38aa43f304fbb78b4779172809add042b513", + "rev": "11e45768b34fdafdcf019ddbd337afa16127ff0f", "type": "github" }, "original": { "owner": "NixOS", - "ref": "2.9.1", + "ref": "2.11.0", "repo": "nix", "type": "github" } @@ -714,9 +696,10 @@ "type": "github" }, "original": { - "id": "nixpkgs", + "owner": "NixOS", + "repo": "nixpkgs", "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", - "type": "indirect" + "type": "github" } }, "nixpkgs_2": { @@ -753,17 +736,18 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1645296114, - "narHash": "sha256-y53N7TyIkXsjMpOG7RhvqJFGDacLs9HlyHeSTBioqYU=", + "lastModified": 1669513802, + "narHash": "sha256-AmTRNi8bHgJlmaNe3r5k+IMFbbXERM/KarqveMAZmsY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "530a53dcbc9437363471167a5e4762c5fcfa34a1", + "rev": "6649e08812f579581bfb4cada3ba01e30485c891", "type": "github" }, "original": { - "id": "nixpkgs", - "ref": "nixos-21.05-small", - "type": "indirect" + "owner": "NixOS", + "ref": "nixos-22.05-small", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs_5": { diff --git a/flake.nix b/flake.nix index 133a12ca..c45fdf34 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ rec { invtracker.url = "git+https://git.chir.rs/darkkirb/Programmierbeleg"; nixpkgs-fluffychat.url = "github:Luis-Hebendanz/nixpkgs/fix_mkFlutterApp"; 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.inputs.nixpkgs.follows = "nixpkgs"; plasma-manager.inputs.home-manager.follows = "home-manager";