diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-24 13:10:57 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-24 13:10:57 -0400 |
| commit | f6cb5fe08b97af63fbdd2d32ff8896c142536850 (patch) | |
| tree | 683bdd10af9cac7927546b15db3745085a281f6e /flake.lock | |
| parent | 2a9a6f104b95789ed218942bcf30f8b22ffda0f9 (diff) | |
| download | home-f6cb5fe08b97af63fbdd2d32ff8896c142536850.tar.gz | |
fw: init
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -239,6 +239,22 @@ "type": "github" } }, + "nixos-hardware": { + "locked": { + "lastModified": 1750431636, + "narHash": "sha256-vnzzBDbCGvInmfn2ijC4HsIY/3W1CWbwS/YQoFgdgPg=", + "owner": "NixOS", + "repo": "nixos-hardware", + "rev": "1552a9f4513f3f0ceedcf90320e48d3d47165712", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixos-hardware", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1749794982, @@ -260,6 +276,7 @@ "home-manager": "home-manager", "neovim-nightly": "neovim-nightly", "nixgl": "nixgl", + "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs" } }, |