diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-12 23:48:26 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-12 23:48:26 -0700 |
commit | 8f4ff719d0c17d294e7917eef418a4b13f7466b3 (patch) | |
tree | 621098050653eab7f1eafc564ecee8236f9819c6 /flake.lock | |
parent | 3a44b124561f544c229c0042cd0b91d055a33409 (diff) | |
download | nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.tar nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.tar.gz nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.tar.bz2 nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.tar.lz nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.tar.xz nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.tar.zst nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.zip |
Update ginaz to new flake layout
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 56 |
1 files changed, 28 insertions, 28 deletions
@@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1712798444, - "narHash": "sha256-aAksVB7zMfBQTz0q2Lw3o78HM3Bg2FRziX2D6qnh+sk=", + "lastModified": 1712947906, + "narHash": "sha256-T0eT2lMbcK7RLelkx0qx4SiFpOS/0dt0aSfLB+WsGV8=", "owner": "nix-community", "repo": "disko", - "rev": "a297cb1cb0337ee10a7a0f9517954501d8f6f74d", + "rev": "8d4ae698eaac8bd717e23507da2ca8b345bec4b5", "type": "github" }, "original": { @@ -20,21 +20,6 @@ "type": "github" } }, - "hardware": { - "locked": { - "lastModified": 1711352745, - "narHash": "sha256-luvqik+i3HTvCbXQZgB6uggvEcxI9uae0nmrgtXJ17U=", - "owner": "nixos", - "repo": "nixos-hardware", - "rev": "9a763a7acc4cfbb8603bb0231fec3eda864f81c0", - "type": "github" - }, - "original": { - "owner": "nixos", - "repo": "nixos-hardware", - "type": "github" - } - }, "home-manager-stable": { "inputs": { "nixpkgs": [ @@ -63,11 +48,11 @@ ] }, "locked": { - "lastModified": 1712759992, - "narHash": "sha256-2APpO3ZW4idlgtlb8hB04u/rmIcKA8O7pYqxF66xbNY=", + "lastModified": 1712989663, + "narHash": "sha256-r2X/DIAyKOLiHoncjcxUk1TENWDTTaigRBaY53Cts/w=", "owner": "nix-community", "repo": "home-manager", - "rev": "31357486b0ef6f4e161e002b6893eeb4fafc3ca9", + "rev": "40ab43ae98cb3e6f07eaeaa3f3ed56d589da21b0", "type": "github" }, "original": { @@ -76,13 +61,28 @@ "type": "github" } }, + "nixos-hardware": { + "locked": { + "lastModified": 1712909959, + "narHash": "sha256-7/5ubuwdEbQ7Z+Vqd4u0mM5L2VMNDsBh54visp27CtQ=", + "owner": "nixos", + "repo": "nixos-hardware", + "rev": "f58b25254be441cd2a9b4b444ed83f1e51244f1f", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixos-hardware", + "type": "github" + } + }, "nixpkgs-stable": { "locked": { - "lastModified": 1712806230, - "narHash": "sha256-L5Y0jrTeoIlDjKxZTWUolElXA3fkEwOm7Tp1w3Zna08=", + "lastModified": 1712939125, + "narHash": "sha256-G3wznglfDwSYF8obg+zVqJqA/fPmJnzgaELq4kTCopI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4e26a9254caa61f6599357cbaba9df7ff6ee0b0e", + "rev": "ec877443d62ed5268c741656657d1319554a55f4", "type": "github" }, "original": { @@ -94,11 +94,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1712608508, - "narHash": "sha256-vMZ5603yU0wxgyQeHJryOI+O61yrX2AHwY6LOFyV1gM=", + "lastModified": 1712791164, + "narHash": "sha256-3sbWO1mbpWsLepZGbWaMovSO7ndZeFqDSdX0hZ9nVyw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4cba8b53da471aea2ab2b0c1f30a81e7c451f4b6", + "rev": "1042fd8b148a9105f3c0aca3a6177fd1d9360ba5", "type": "github" }, "original": { @@ -111,9 +111,9 @@ "root": { "inputs": { "disko": "disko", - "hardware": "hardware", "home-manager-stable": "home-manager-stable", "home-manager-unstable": "home-manager-unstable", + "nixos-hardware": "nixos-hardware", "nixpkgs-stable": "nixpkgs-stable", "nixpkgs-unstable": "nixpkgs-unstable" } |