nixos/flake.lock

179 lines
4.5 KiB
Plaintext
Raw Normal View History

2024-05-14 09:29:16 -05:00
{
"nodes": {
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-09-08 23:30:03 -05:00
"lastModified": 1725377834,
"narHash": "sha256-tqoAO8oT6zEUDXte98cvA1saU9+1dLJQe3pMKLXv8ps=",
2024-05-14 09:29:16 -05:00
"owner": "nix-community",
"repo": "disko",
2024-09-08 23:30:03 -05:00
"rev": "e55f9a8678adc02024a4877c2a403e3f6daf24fe",
2024-05-14 09:29:16 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
"flatpaks": {
"inputs": {
"nixpkgs": "nixpkgs",
"utils": "utils"
},
"locked": {
2024-09-08 23:30:03 -05:00
"lastModified": 1725688145,
"narHash": "sha256-WCdR85Psl7yfl1/gDruytzZcDUtj+V3GBxwb0kMWbts=",
"owner": "GermanBread",
"repo": "declarative-flatpak",
2024-09-08 23:30:03 -05:00
"rev": "1cd36d4068cdeb3fa3fb815f8c9bfbc1217f445d",
"type": "github"
},
"original": {
"owner": "GermanBread",
2024-09-08 23:30:03 -05:00
"ref": "stable-v3",
"repo": "declarative-flatpak",
"type": "github"
}
},
2024-05-14 09:29:16 -05:00
"home-manager": {
2024-05-16 00:35:55 -05:00
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-09-08 23:30:03 -05:00
"lastModified": 1725703823,
"narHash": "sha256-tDgM4d8mLK0Hd6YMB2w1BqMto1XBXADOzPEaLl10VI4=",
2024-05-16 00:35:55 -05:00
"owner": "nix-community",
"repo": "home-manager",
2024-09-08 23:30:03 -05:00
"rev": "208df2e558b73b6a1f0faec98493cb59a25f62ba",
2024-05-16 00:35:55 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-24.05",
2024-05-16 00:35:55 -05:00
"repo": "home-manager",
"type": "github"
}
},
"home-manager-unstable": {
2024-05-14 09:29:16 -05:00
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-09-08 23:30:03 -05:00
"lastModified": 1725831139,
"narHash": "sha256-9syY5nEehCswE8AMcjpUO4T0iX9nrNbzq69Kqcs92L0=",
2024-05-14 09:29:16 -05:00
"owner": "nix-community",
"repo": "home-manager",
2024-09-08 23:30:03 -05:00
"rev": "8a175a89137fe798b33c476d4dae17dba5fb3fd3",
2024-05-14 09:29:16 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2024-09-08 23:30:03 -05:00
"lastModified": 1724316499,
"narHash": "sha256-Qb9MhKBUTCfWg/wqqaxt89Xfi6qTD3XpTzQ9eXi3JmE=",
"owner": "NixOS",
2024-05-14 09:29:16 -05:00
"repo": "nixpkgs",
2024-09-08 23:30:03 -05:00
"rev": "797f7dc49e0bc7fab4b57c021cdf68f595e47841",
2024-05-14 09:29:16 -05:00
"type": "github"
},
"original": {
"owner": "NixOS",
2024-09-08 23:30:03 -05:00
"ref": "nixos-24.05",
2024-05-14 09:29:16 -05:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
2024-09-08 23:30:03 -05:00
"lastModified": 1725634671,
"narHash": "sha256-v3rIhsJBOMLR8e/RNWxr828tB+WywYIoajrZKFM+0Gg=",
2024-05-14 09:29:16 -05:00
"owner": "nixos",
"repo": "nixpkgs",
2024-09-08 23:30:03 -05:00
"rev": "574d1eac1c200690e27b8eb4e24887f8df7ac27c",
2024-05-14 09:29:16 -05:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
2024-09-08 23:30:03 -05:00
"lastModified": 1725693463,
"narHash": "sha256-ZPzhebbWBOr0zRWW10FfqfbJlan3G96/h3uqhiFqmwg=",
"owner": "nixos",
"repo": "nixpkgs",
2024-09-08 23:30:03 -05:00
"rev": "68e7dce0a6532e876980764167ad158174402c6f",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.05",
"repo": "nixpkgs",
"type": "github"
}
},
2024-05-14 09:29:16 -05:00
"root": {
"inputs": {
"disko": "disko",
"flatpaks": "flatpaks",
2024-05-14 09:29:16 -05:00
"home-manager": "home-manager",
2024-05-16 00:35:55 -05:00
"home-manager-unstable": "home-manager-unstable",
"nixpkgs": "nixpkgs_2",
2024-05-14 09:29:16 -05:00
"nixpkgs-unstable": "nixpkgs-unstable"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"utils": {
"inputs": {
"systems": "systems"
},
"locked": {
2024-08-12 17:07:50 -05:00
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
2024-08-12 17:07:50 -05:00
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2024-05-14 09:29:16 -05:00
}
},
"root": "root",
"version": 7
}