emacs-flake/flake.lock

148 lines
3.8 KiB
Plaintext
Raw Normal View History

2024-07-20 00:01:43 +00:00
{
"nodes": {
"emacs-config": {
2024-07-20 15:42:22 +00:00
"flake": false,
2024-07-20 00:01:43 +00:00
"locked": {
2025-01-12 01:41:18 +00:00
"lastModified": 1736184946,
"narHash": "sha256-d4RzCy3XalHpaJ3EUuaRDa1XMdJU3/hfsZLU59pJZLE=",
2024-07-20 00:01:43 +00:00
"owner": "larstvei",
"repo": "dot-emacs",
2025-01-12 01:41:18 +00:00
"rev": "42056faf55274ddb3fc8117c5df922dfdd9c1198",
2024-07-20 00:01:43 +00:00
"type": "github"
},
"original": {
"owner": "larstvei",
"repo": "dot-emacs",
"type": "github"
}
},
"emacs-overlay": {
"inputs": {
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
2025-01-19 01:36:51 +00:00
"lastModified": 1737249389,
"narHash": "sha256-VZmUzQi1XEFMOaLoSTZz++eU81Dwoh6jZNzrfKqrC5U=",
2024-07-20 00:01:43 +00:00
"owner": "nix-community",
"repo": "emacs-overlay",
2025-01-19 01:36:51 +00:00
"rev": "9071d5f50ce03d1f872973516d0e5dd13179cb93",
2024-07-20 00:01:43 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
2024-07-20 15:42:22 +00:00
"emacs-plus": {
"flake": false,
2024-07-20 00:01:43 +00:00
"locked": {
2024-12-29 01:40:42 +00:00
"lastModified": 1734881694,
"narHash": "sha256-0awwiJjYGvwzqghzjgQiE6rRyv//I68l2ivwdstbBfU=",
2024-07-20 15:42:22 +00:00
"owner": "d12frosted",
"repo": "homebrew-emacs-plus",
2024-12-29 01:40:42 +00:00
"rev": "5f1f625f43d498dcb9a931e0f351bfdaeb41cd1b",
2024-07-20 00:01:43 +00:00
"type": "github"
},
"original": {
2024-07-20 15:42:22 +00:00
"owner": "d12frosted",
"repo": "homebrew-emacs-plus",
2024-07-20 00:01:43 +00:00
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
2024-11-17 01:42:08 +00:00
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
2024-07-20 00:01:43 +00:00
"owner": "numtide",
"repo": "flake-utils",
2024-11-17 01:42:08 +00:00
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
2024-07-20 00:01:43 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2025-01-19 01:36:51 +00:00
"lastModified": 1737062831,
"narHash": "sha256-Tbk1MZbtV2s5aG+iM99U8FqwxU/YNArMcWAv6clcsBc=",
2024-07-20 00:01:43 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-01-19 01:36:51 +00:00
"rev": "5df43628fdf08d642be8ba5b3625a6c70731c19c",
2024-07-20 00:01:43 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
2025-01-19 01:36:51 +00:00
"lastModified": 1737165118,
"narHash": "sha256-s40Kk/OulP3J/1JvC3VT16U4r/Xw6Qdi7SRw3LYkPWs=",
2024-07-20 00:01:43 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-01-19 01:36:51 +00:00
"rev": "6a3ae7a5a12fb8cac2d59d7df7cbd95f9b2f0566",
2024-07-20 00:01:43 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
2024-12-08 01:48:11 +00:00
"ref": "nixos-24.11",
2024-07-20 00:01:43 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
2025-01-19 01:36:51 +00:00
"lastModified": 1737003892,
"narHash": "sha256-RCzJE9wKByLCXmRBp+z8LK9EgdW+K+W/DXnJS4S/NVo=",
2024-07-20 00:01:43 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-01-19 01:36:51 +00:00
"rev": "ae06b9c2d83cb5c8b12d7d0e32692e93d1379713",
2024-07-20 00:01:43 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"emacs-config": "emacs-config",
2024-07-20 15:42:22 +00:00
"emacs-overlay": "emacs-overlay",
"emacs-plus": "emacs-plus",
2024-11-10 01:36:42 +00:00
"flake-utils": "flake-utils",
2024-07-20 15:42:22 +00:00
"nixpkgs": "nixpkgs_2"
2024-07-20 00:01:43 +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"
}
}
},
"root": "root",
"version": 7
}