nixos-config/flake.lock

406 lines
10 KiB
Plaintext
Raw Normal View History

2024-03-08 22:46:38 +01:00
{
"nodes": {
2024-12-22 23:12:37 +01:00
"deploy-rs": {
"inputs": {
"flake-compat": "flake-compat",
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
},
"locked": {
"lastModified": 1727447169,
"narHash": "sha256-3KyjMPUKHkiWhwR91J1YchF6zb6gvckCAY1jOE+ne0U=",
"owner": "serokell",
"repo": "deploy-rs",
"rev": "aa07eb05537d4cd025e2310397a6adcedfe72c76",
"type": "github"
},
"original": {
"owner": "serokell",
"repo": "deploy-rs",
"type": "github"
}
},
2024-11-13 22:10:09 +01:00
"disko": {
"inputs": {
2024-12-21 01:30:34 +01:00
"nixpkgs": [
"nixpkgs"
]
2024-11-13 22:10:09 +01:00
},
"locked": {
2025-01-15 19:42:54 +01:00
"lastModified": 1736711425,
"narHash": "sha256-8hKhPQuMtXfJi+4lPvw3FBk/zSJVHeb726Zo0uF1PP8=",
2024-11-13 22:10:09 +01:00
"owner": "nix-community",
"repo": "disko",
2025-01-15 19:42:54 +01:00
"rev": "f720e64ec37fa16ebba6354eadf310f81555cc07",
2024-11-13 22:10:09 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
2024-12-22 23:12:37 +01:00
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2024-12-28 21:50:39 +01:00
"flake-compat_2": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2024-12-21 01:30:34 +01:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"nixvim",
"nixpkgs"
]
},
"locked": {
2025-01-15 19:42:54 +01:00
"lastModified": 1736143030,
"narHash": "sha256-+hu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU=",
2024-12-21 01:30:34 +01:00
"owner": "hercules-ci",
"repo": "flake-parts",
2025-01-15 19:42:54 +01:00
"rev": "b905f6fc23a9051a6e1b741e1438dbfc0634c6de",
2024-12-21 01:30:34 +01:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-utils": {
"inputs": {
2024-12-22 23:12:37 +01:00
"systems": "systems_2"
2024-12-21 01:30:34 +01:00
},
2024-12-28 21:50:39 +01:00
"locked": {
"lastModified": 1705309234,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_3"
},
2024-12-21 01:30:34 +01:00
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2024-12-28 21:50:39 +01:00
"ghostty": {
"inputs": {
"flake-compat": "flake-compat_2",
"nixpkgs-stable": "nixpkgs-stable",
"nixpkgs-unstable": "nixpkgs-unstable",
"zig": "zig"
},
"locked": {
2025-01-15 19:42:54 +01:00
"lastModified": 1736911212,
"narHash": "sha256-OLly4X2kN1tDb2gMYcWeim6uJECPoc52ltJsz1iD5Ug=",
2024-12-28 21:50:39 +01:00
"owner": "ghostty-org",
"repo": "ghostty",
2025-01-15 19:42:54 +01:00
"rev": "ff9414d9ea7b16a375d41cde8f6f193de7e5db72",
2024-12-28 21:50:39 +01:00
"type": "github"
},
"original": {
"owner": "ghostty-org",
"repo": "ghostty",
"type": "github"
}
},
2024-03-09 22:37:11 +01:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2025-01-15 19:42:54 +01:00
"lastModified": 1736373539,
"narHash": "sha256-dinzAqCjenWDxuy+MqUQq0I4zUSfaCvN9rzuCmgMZJY=",
2024-03-09 22:37:11 +01:00
"owner": "nix-community",
"repo": "home-manager",
2025-01-15 19:42:54 +01:00
"rev": "bd65bc3cde04c16755955630b344bc9e35272c56",
2024-03-09 22:37:11 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
2024-12-04 21:54:04 +01:00
"ref": "release-24.11",
2024-03-09 22:37:11 +01:00
"repo": "home-manager",
"type": "github"
}
},
2024-12-21 01:30:34 +01:00
"ixx": {
"inputs": {
"flake-utils": [
"nixvim",
"nuschtosSearch",
"flake-utils"
],
"nixpkgs": [
"nixvim",
"nuschtosSearch",
"nixpkgs"
]
},
2024-11-13 22:10:09 +01:00
"locked": {
2024-12-21 01:30:34 +01:00
"lastModified": 1729958008,
"narHash": "sha256-EiOq8jF4Z/zQe0QYVc3+qSKxRK//CFHMB84aYrYGwEs=",
"owner": "NuschtOS",
"repo": "ixx",
"rev": "9fd01aad037f345350eab2cd45e1946cc66da4eb",
2024-11-13 22:10:09 +01:00
"type": "github"
},
"original": {
2024-12-21 01:30:34 +01:00
"owner": "NuschtOS",
"ref": "v0.0.6",
"repo": "ixx",
2024-11-13 22:10:09 +01:00
"type": "github"
}
},
2024-12-21 01:30:34 +01:00
"nixpkgs": {
2024-03-08 22:46:38 +01:00
"locked": {
2025-01-15 19:42:54 +01:00
"lastModified": 1736867362,
"narHash": "sha256-i/UJ5I7HoqmFMwZEH6vAvBxOrjjOJNU739lnZnhUln8=",
2024-03-08 22:46:38 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-01-15 19:42:54 +01:00
"rev": "9c6b49aeac36e2ed73a8c472f1546f6d9cf1addc",
2024-03-08 22:46:38 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2024-12-04 21:54:04 +01:00
"ref": "nixos-24.11",
2024-03-08 22:46:38 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
2024-12-28 21:50:39 +01:00
"nixpkgs-stable": {
"locked": {
"lastModified": 1733423277,
"narHash": "sha256-TxabjxEgkNbCGFRHgM/b9yZWlBj60gUOUnRT/wbVQR8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e36963a147267afc055f7cf65225958633e536bf",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-24.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1733229606,
"narHash": "sha256-FLYY5M0rpa5C2QAE3CKLYAM6TwbKicdRK6qNrSHlNrE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "566e53c2ad750c84f6d31f9ccb9d00f823165550",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-12-21 01:30:34 +01:00
"nixvim": {
"inputs": {
"devshell": [],
"flake-compat": [],
"flake-parts": "flake-parts",
"git-hooks": [],
"home-manager": [],
"nix-darwin": [],
"nixpkgs": [
"nixpkgs"
],
"nuschtosSearch": "nuschtosSearch",
"treefmt-nix": []
},
"locked": {
2025-01-15 19:42:54 +01:00
"lastModified": 1736598792,
"narHash": "sha256-G6/9vT12RAxkNWQPEX9p8tTx/i8jJcmISpbVDGbEPGc=",
2024-12-21 01:30:34 +01:00
"owner": "nix-community",
"repo": "nixvim",
2025-01-15 19:42:54 +01:00
"rev": "2004ff4547f11d25da78f393fe797dde2b831ce7",
2024-12-21 01:30:34 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "nixos-24.11",
"repo": "nixvim",
"type": "github"
}
},
"nuschtosSearch": {
"inputs": {
2024-12-28 21:50:39 +01:00
"flake-utils": "flake-utils_2",
2024-12-21 01:30:34 +01:00
"ixx": "ixx",
"nixpkgs": [
"nixvim",
"nixpkgs"
]
},
"locked": {
2025-01-15 19:42:54 +01:00
"lastModified": 1735854821,
"narHash": "sha256-Iv59gMDZajNfezTO0Fw6LHE7uKAShxbvMidmZREit7c=",
2024-12-21 01:30:34 +01:00
"owner": "NuschtOS",
"repo": "search",
2025-01-15 19:42:54 +01:00
"rev": "836908e3bddd837ae0f13e215dd48767aee355f0",
2024-12-21 01:30:34 +01:00
"type": "github"
},
"original": {
"owner": "NuschtOS",
"repo": "search",
"type": "github"
}
},
2024-03-08 22:46:38 +01:00
"root": {
"inputs": {
2024-12-22 23:12:37 +01:00
"deploy-rs": "deploy-rs",
2024-11-13 22:10:09 +01:00
"disko": "disko",
2024-12-28 21:50:39 +01:00
"ghostty": "ghostty",
2024-03-09 22:37:11 +01:00
"home-manager": "home-manager",
2024-12-21 01:30:34 +01:00
"nixpkgs": "nixpkgs",
"nixvim": "nixvim"
}
},
"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-03-08 22:46:38 +01:00
}
2024-12-22 23:12:37 +01:00
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2024-12-28 21:50:39 +01:00
"systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2024-12-22 23:12:37 +01:00
"utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1701680307,
"narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2024-12-28 21:50:39 +01:00
},
"zig": {
"inputs": {
"flake-compat": [
"ghostty"
],
"flake-utils": "flake-utils",
"nixpkgs": [
"ghostty",
"nixpkgs-stable"
]
},
"locked": {
"lastModified": 1717848532,
"narHash": "sha256-d+xIUvSTreHl8pAmU1fnmkfDTGQYCn2Rb/zOwByxS2M=",
"owner": "mitchellh",
"repo": "zig-overlay",
"rev": "02fc5cc555fc14fda40c42d7c3250efa43812b43",
"type": "github"
},
"original": {
"owner": "mitchellh",
"repo": "zig-overlay",
"type": "github"
}
2024-03-08 22:46:38 +01:00
}
},
"root": "root",
"version": 7
}