NixOSConfig/flake.lock

176 lines
4.7 KiB
Plaintext
Raw Permalink Normal View History

2024-04-06 21:43:57 +00:00
{
"nodes": {
2024-05-01 16:14:25 +00:00
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
"owner": "numtide",
"ref": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"repo": "flake-utils",
"type": "github"
}
},
2024-05-09 00:06:59 +00:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-06-12 01:07:46 +00:00
"lastModified": 1718141734,
"narHash": "sha256-cA+6l8ZCZ7MXGijVuY/1f55+wF/RT4PlTR9+g4bx86w=",
2024-05-09 00:06:59 +00:00
"owner": "nix-community",
"repo": "home-manager",
2024-06-12 01:07:46 +00:00
"rev": "892f76bd0aa09a0f7f73eb41834b8a904b6d0fad",
2024-05-09 00:06:59 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
2024-06-12 01:07:46 +00:00
"ref": "892f76bd0aa09a0f7f73eb41834b8a904b6d0fad",
2024-05-09 00:06:59 +00:00
"repo": "home-manager",
"type": "github"
}
},
2024-05-09 09:52:28 +00:00
"minegrub-theme": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-06-12 01:10:43 +00:00
"lastModified": 1717341646,
"narHash": "sha256-MqRyRgqQJrew4u2sW4nWW62V8E0Nnq8CTa8NQs2clWY=",
2024-05-09 09:52:28 +00:00
"owner": "Lxtharia",
"repo": "minegrub-theme",
2024-06-12 01:10:43 +00:00
"rev": "fc71ba219550811513d1de4873b7a137fbbf0ade",
2024-05-09 09:52:28 +00:00
"type": "github"
},
"original": {
"owner": "Lxtharia",
2024-06-12 01:10:43 +00:00
"ref": "fc71ba219550811513d1de4873b7a137fbbf0ade",
2024-05-09 09:52:28 +00:00
"repo": "minegrub-theme",
"type": "github"
}
},
2024-05-21 08:31:46 +00:00
"nixos-hardware": {
"locked": {
"lastModified": 1716173274,
"narHash": "sha256-FC21Bn4m6ctajMjiUof30awPBH/7WjD0M5yqrWepZbY=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "d9e0b26202fd500cf3e79f73653cce7f7d541191",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "d9e0b26202fd500cf3e79f73653cce7f7d541191",
"repo": "nixos-hardware",
"type": "github"
}
},
2024-04-06 21:43:57 +00:00
"nixpkgs": {
"locked": {
2024-06-12 01:07:46 +00:00
"lastModified": 1718089647,
"narHash": "sha256-COO4Xk2EzlZ3x9KCiJildlAA6cYDSPlnY8ms7pKl2Iw=",
2024-04-06 21:43:57 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-06-12 01:07:46 +00:00
"rev": "f7207adcc68d9cafa29e3cd252a18743ae512c6a",
2024-04-06 21:43:57 +00:00
"type": "github"
},
"original": {
"id": "nixpkgs",
2024-06-12 01:07:46 +00:00
"rev": "f7207adcc68d9cafa29e3cd252a18743ae512c6a",
2024-04-06 21:43:57 +00:00
"type": "indirect"
}
},
2024-05-01 23:08:45 +00:00
"nixpkgs-stable": {
"locked": {
"lastModified": 1713638189,
"narHash": "sha256-q7APLfB6FmmSMI1Su5ihW9IwntBsk2hWNXh8XtSdSIk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "74574c38577914733b4f7a775dd77d24245081dd",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-23.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1713596654,
"narHash": "sha256-LJbHQQ5aX1LVth2ST+Kkse/DRzgxlVhTL1rxthvyhZc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fd16bb6d3bcca96039b11aa52038fafeb6e4f4be",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-04-06 21:43:57 +00:00
"root": {
"inputs": {
2024-05-01 16:14:25 +00:00
"flake-utils": "flake-utils",
2024-05-09 00:06:59 +00:00
"home-manager": "home-manager",
2024-05-09 09:52:28 +00:00
"minegrub-theme": "minegrub-theme",
2024-05-21 08:31:46 +00:00
"nixos-hardware": "nixos-hardware",
2024-05-01 23:08:45 +00:00
"nixpkgs": "nixpkgs",
"sops-nix": "sops-nix"
}
},
"sops-nix": {
"inputs": {
"nixpkgs": "nixpkgs_2",
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
2024-06-12 01:07:46 +00:00
"lastModified": 1718137936,
"narHash": "sha256-psA+1Q5fPaK6yI3vzlLINNtb6EeXj111zQWnZYyJS9c=",
2024-05-01 23:08:45 +00:00
"owner": "Mic92",
"repo": "sops-nix",
2024-06-12 01:07:46 +00:00
"rev": "c279dec105dd53df13a5e57525da97905cc0f0d6",
2024-05-01 23:08:45 +00:00
"type": "github"
},
"original": {
"owner": "Mic92",
2024-06-12 01:07:46 +00:00
"ref": "c279dec105dd53df13a5e57525da97905cc0f0d6",
2024-05-01 23:08:45 +00:00
"repo": "sops-nix",
"type": "github"
2024-04-06 21:43:57 +00:00
}
2024-05-01 16:14:25 +00:00
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2024-04-06 21:43:57 +00:00
}
},
"root": "root",
"version": 7
}