summaryrefslogtreecommitdiff
path: root/nixos/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/flake.lock')
-rw-r--r--nixos/flake.lock67
1 files changed, 66 insertions, 1 deletions
diff --git a/nixos/flake.lock b/nixos/flake.lock
index 8b13789..df4854d 100644
--- a/nixos/flake.lock
+++ b/nixos/flake.lock
@@ -1 +1,66 @@
-
+{
+ "nodes": {
+ "home-manager": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1785119570,
+ "narHash": "sha256-Rgs2xKnGLFWQscxUaXX07oyZeuMDOHEbqDOsgliLFGM=",
+ "owner": "nix-community",
+ "repo": "home-manager",
+ "rev": "d4fd24667c8cbef124bb70a20380cab75ec8474d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "ref": "release-26.05",
+ "repo": "home-manager",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1785989512,
+ "narHash": "sha256-HFQhkQcl5D1hUNoen3SGHCSFCt2Bg6uP+HgbrnA3InQ=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "445d861c6d31b4af0c79d8d4be2331f762a361d7",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-26.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs-unstable": {
+ "locked": {
+ "lastModified": 1785967620,
+ "narHash": "sha256-IItrdb7Puk05RqOBWZYFC5X6Wl1sJmCfh5MWVHw5iMM=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "b7c2ada94fe99c15b0dbcf4d11fd7850b957a436",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "home-manager": "home-manager",
+ "nixpkgs": "nixpkgs",
+ "nixpkgs-unstable": "nixpkgs-unstable"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}