aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-11-06 16:56:49 -0800
committerFranck Cuny <franck@fcuny.net>2023-11-06 17:05:04 -0800
commit80e7b1cf58500a7d16b9d46b03cf917c4364d5b4 (patch)
tree20abf8d567ff8e14ad9b55daef7875061cf884ec /flake.lock
parentinstall a few more tools (diff)
downloadinfra-80e7b1cf58500a7d16b9d46b03cf917c4364d5b4.tar.gz
clean up flake.nix by removing unused configurations
I only have one host (the macbook air) to configure.
Diffstat (limited to '')
-rw-r--r--flake.lock91
1 files changed, 2 insertions, 89 deletions
diff --git a/flake.lock b/flake.lock
index 4afb02b..36b84cb 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,52 +1,8 @@
{
"nodes": {
- "agenix": {
- "inputs": {
- "darwin": "darwin",
- "home-manager": "home-manager",
- "nixpkgs": [
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1694734964,
- "narHash": "sha256-FvBMAbl6EMFVODzgaEwQ9z7tfGMQvDeyc0YZ5ArPYPE=",
- "owner": "ryantm",
- "repo": "agenix",
- "rev": "20deb735cc405831ba04a0088fecb3887aa255c0",
- "type": "github"
- },
- "original": {
- "owner": "ryantm",
- "repo": "agenix",
- "type": "github"
- }
- },
"darwin": {
"inputs": {
"nixpkgs": [
- "agenix",
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1673295039,
- "narHash": "sha256-AsdYgE8/GPwcelGgrntlijMg4t3hLFJFCRF3tL5WVjA=",
- "owner": "lnl7",
- "repo": "nix-darwin",
- "rev": "87b9d090ad39b25b2400029c64825fc2a8868943",
- "type": "github"
- },
- "original": {
- "owner": "lnl7",
- "ref": "master",
- "repo": "nix-darwin",
- "type": "github"
- }
- },
- "darwin_2": {
- "inputs": {
- "nixpkgs": [
"nixpkgs"
]
},
@@ -122,27 +78,6 @@
"home-manager": {
"inputs": {
"nixpkgs": [
- "agenix",
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1682203081,
- "narHash": "sha256-kRL4ejWDhi0zph/FpebFYhzqlOBrk0Pl3dzGEKSAlEw=",
- "owner": "nix-community",
- "repo": "home-manager",
- "rev": "32d3e39c491e2f91152c84f8ad8b003420eab0a1",
- "type": "github"
- },
- "original": {
- "owner": "nix-community",
- "repo": "home-manager",
- "type": "github"
- }
- },
- "home-manager_2": {
- "inputs": {
- "nixpkgs": [
"nixpkgs"
]
},
@@ -161,26 +96,6 @@
"type": "github"
}
},
- "homeage": {
- "inputs": {
- "nixpkgs": [
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1669234151,
- "narHash": "sha256-TwT87E3m2TZLgwYJESlype14HxUOrRGojPM5C2akrMg=",
- "owner": "jordanisaacs",
- "repo": "homeage",
- "rev": "02bfe4ca06962d222e522fff0240c93946b20278",
- "type": "github"
- },
- "original": {
- "owner": "jordanisaacs",
- "repo": "homeage",
- "type": "github"
- }
- },
"nixpkgs": {
"locked": {
"lastModified": 1694499547,
@@ -228,11 +143,9 @@
},
"root": {
"inputs": {
- "agenix": "agenix",
- "darwin": "darwin_2",
+ "darwin": "darwin",
"futils": "futils",
- "home-manager": "home-manager_2",
- "homeage": "homeage",
+ "home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"pre-commit-hooks": "pre-commit-hooks"
}