diff --git a/README.md b/README.md index 7147359..0114d53 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Rouven's NixOS configuariton files +# Rouven's NixOS configuration files ![image](https://user-images.githubusercontent.com/72568063/213921069-670965f7-ad51-43ad-a211-63bb45a02648.png) @@ -34,7 +34,6 @@ nvme0n1 │ └─store /nix/store └─nvme0n1p3 └─luksswap [SWAP] # encrypted swap partition - ``` ### nuc diff --git a/flake.lock b/flake.lock index 8e78c2d..48a6167 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1683496796, - "narHash": "sha256-MgC6q2tEFM0uPB/kt+MYQSrnuLnTTvIFziZSDJCloQ4=", + "lastModified": 1683543852, + "narHash": "sha256-aS9qNcg9GwSYFLCWa3Lw+2nVPG11mmQ3B7Oka1hh04M=", "owner": "nix-community", "repo": "home-manager", - "rev": "78ceec68f29ed56d6118617e9f0f588bf164067f", + "rev": "3f3fa731ad0f99741d4dc98e8e1287b45e30b452", "type": "github" }, "original": { @@ -44,11 +44,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1683414693, - "narHash": "sha256-TH7iHV4mcStMk0NzySOiKcUMY5tjmOM9VbdNHEanvSs=", + "lastModified": 1683553079, + "narHash": "sha256-JevoKPoafEKglsYjmKEQnJGHcPnASaDUYwwwUPS8Z98=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "a31dceb2c623c41565193328f98b50694917e0bf", + "rev": "826dc61e5cfe292a9967bd4397dcff37672fc194", "type": "github" }, "original": { @@ -119,16 +119,15 @@ ] }, "locked": { - "lastModified": 1683541548, + "lastModified": 1683560204, "narHash": "sha256-YidI1lVXVtz4fYCsQkapUx/76WKs682rZybztLOt9S0=", - "owner": "therealr5", + "owner": "Mic92", "repo": "nix-index-database", - "rev": "0b3806422d55fc9fdd20b1c19e6065c717dbdec9", + "rev": "54049e3d602b4525dabca5d61865adf529377774", "type": "github" }, "original": { - "owner": "therealr5", - "ref": "comma-fix", + "owner": "Mic92", "repo": "nix-index-database", "type": "github" } @@ -181,11 +180,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1683401577, - "narHash": "sha256-sOtJKZZ9HWqcGg2hRj6O4HX9pOFfTzgYgSi+MN1HEWo=", + "lastModified": 1683504292, + "narHash": "sha256-jlZbBIKGa6IMGkcJkQ08pbKnouTAPfeq1fD5I7l/rBw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d724b57823f2ab2c879a840a426a607bbab2b730", + "rev": "ba0086c178d4ed60a7899f739caea553eca2e046", "type": "github" }, "original": { @@ -253,11 +252,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1683521893, - "narHash": "sha256-9447+MD2BD64w+12tXOIjacBhRk9NH36HAWrDo5QiUQ=", + "lastModified": 1683545104, + "narHash": "sha256-48wC0zzHAej/wLFWIgV+uj63AvQ2UUk85g7wmXJzTqk=", "owner": "Mic92", "repo": "sops-nix", - "rev": "2e77ca66d8362ebf4b3112489068ce9f38d5cb3f", + "rev": "36b062a2c85a0efb37de1300c79c54602a094fab", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index b3529cc..4d1b4b5 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ nix-index-database = { - url = "github:therealr5/nix-index-database/comma-fix"; # wait for https://github.com/Mic92/nix-index-database/pull/49 + url = "github:Mic92/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs"; };