nixos-configuration/flake.lock

283 lines
7.4 KiB
Plaintext
Raw Normal View History

2023-12-08 15:52:59 +00:00
{
"nodes": {
"boardwise": {
"inputs": {
2023-12-08 19:07:54 +00:00
"flake-compat": "flake-compat_2",
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_2"
2023-12-08 15:52:59 +00:00
},
"locked": {
"lastModified": 1701963345,
"narHash": "sha256-ObPo2TtW4JqhpjR/bzuGDPvcQp21ykImi5DYD7gKg4Q=",
"owner": "boardwise-gg",
"repo": "website",
"rev": "0eca8e5f5f9cf1b4c12c1d50e851dad94b33c0a9",
"type": "github"
},
"original": {
"owner": "boardwise-gg",
"ref": "v0.1.0",
"repo": "website",
"type": "github"
}
},
2023-12-08 19:07:54 +00:00
"bootstrap": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"nixpkgs": [
"framework",
"nixpkgs"
]
},
"locked": {
"lastModified": 1701362005,
"narHash": "sha256-YueE+a2t54o41flddLpOlz3O6XZtSlaQyQVn909k4R4=",
"owner": "jrpotter",
"repo": "bootstrap",
"rev": "383ada86616194d8bf66b9646ec601f84c6add05",
"type": "github"
},
"original": {
"owner": "jrpotter",
"ref": "v0.1.2",
"repo": "bootstrap",
"type": "github"
}
},
2023-12-08 15:52:59 +00:00
"flake-compat": {
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"revCount": 57,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.0.1/018afb31-abd1-7bff-a5e4-cff7e18efb7a/source.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
}
},
2023-12-08 19:07:54 +00:00
"flake-compat_2": {
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"revCount": 57,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.0.1/018afb31-abd1-7bff-a5e4-cff7e18efb7a/source.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
}
},
2023-12-08 15:52:59 +00:00
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1694529238,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-12-08 19:07:54 +00:00
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
},
"locked": {
"lastModified": 1694529238,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"framework": {
"inputs": {
"bootstrap": "bootstrap",
"home-manager": "home-manager",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1,
"narHash": "sha256-El3RJD5VwflvBxsxtzx3V7rz96G8JxgN9UWi2hxw9Mo=",
"path": "./framework",
"type": "path"
},
"original": {
"path": "./framework",
"type": "path"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"framework",
"nixpkgs"
]
},
"locked": {
"lastModified": 1699748081,
"narHash": "sha256-MOmMapBydd7MTjhX4eeQZzKlCABWw8W6iSHSG4OeFKE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "04bac349d585c9df38d78e0285b780a140dc74a4",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-23.05",
"repo": "home-manager",
"type": "github"
}
},
2023-12-08 15:52:59 +00:00
"nixpkgs": {
"locked": {
2023-12-08 19:07:54 +00:00
"lastModified": 1701615100,
"narHash": "sha256-7VI84NGBvlCTduw2aHLVB62NvCiZUlALLqBe5v684Aw=",
2023-12-08 15:52:59 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-12-08 19:07:54 +00:00
"rev": "e9f06adb793d1cca5384907b3b8a4071d5d7cb19",
2023-12-08 15:52:59 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-12-08 19:07:54 +00:00
"ref": "nixos-23.05",
2023-12-08 15:52:59 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-12-08 16:39:14 +00:00
"nixpkgs-stable": {
"locked": {
"lastModified": 1701568804,
"narHash": "sha256-iwr1fjOCvlirVL/xNvOTwY9kg3L/F3TC/7yh/QszaPI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "dc01248a9c946953ad4d438b0a626f5c987a93e4",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-23.05",
"repo": "nixpkgs",
"type": "github"
}
},
2023-12-08 19:07:54 +00:00
"nixpkgs_2": {
2023-12-08 16:39:14 +00:00
"locked": {
2023-12-08 19:07:54 +00:00
"lastModified": 1700794826,
"narHash": "sha256-RyJTnTNKhO0yqRpDISk03I/4A67/dp96YRxc86YOPgU=",
2023-12-08 16:39:14 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-12-08 19:07:54 +00:00
"rev": "5a09cb4b393d58f9ed0d9ca1555016a8543c2ac8",
2023-12-08 16:39:14 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-12-08 19:07:54 +00:00
"ref": "nixos-unstable",
2023-12-08 16:39:14 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-12-08 15:52:59 +00:00
"phobos": {
"inputs": {
"boardwise": "boardwise",
"nixpkgs": [
"nixpkgs"
2023-12-08 16:39:14 +00:00
],
"sops-nix": "sops-nix"
2023-12-08 15:52:59 +00:00
},
"locked": {
"lastModified": 1,
2023-12-08 19:07:54 +00:00
"narHash": "sha256-/ZJi6zwrTNAJihWJDtLqmvnJEoZFXI2BqVesNqLP1xM=",
2023-12-08 15:52:59 +00:00
"path": "./phobos",
"type": "path"
},
"original": {
"path": "./phobos",
"type": "path"
}
},
"root": {
"inputs": {
2023-12-08 19:07:54 +00:00
"framework": "framework",
2023-12-08 15:52:59 +00:00
"nixpkgs": "nixpkgs",
2023-12-08 19:07:54 +00:00
"phobos": "phobos"
2023-12-08 16:39:14 +00:00
}
},
"sops-nix": {
"inputs": {
"nixpkgs": [
"phobos",
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1701728052,
"narHash": "sha256-7lOMc3PtW5a55vFReBJLLLOnopsoi1W7MkjJ93jPV4E=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "e91ece6d2cf5a0ae729796b8f0dedceab5107c3d",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
},
2023-12-08 19:07:54 +00:00
"systems": {
2023-12-08 16:39:14 +00:00
"locked": {
2023-12-08 19:07:54 +00:00
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
2023-12-08 16:39:14 +00:00
"type": "github"
},
"original": {
2023-12-08 19:07:54 +00:00
"owner": "nix-systems",
"repo": "default",
2023-12-08 16:39:14 +00:00
"type": "github"
2023-12-08 15:52:59 +00:00
}
},
2023-12-08 19:07:54 +00:00
"systems_2": {
2023-12-08 15:52:59 +00:00
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}