NOflake/flake.lock

147 lines
3.8 KiB
Text
Raw Normal View History

{
"nodes": {
2023-10-30 14:10:57 -07:00
"aagl": {
"inputs": {
"flake-compat": "flake-compat",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1696252780,
"narHash": "sha256-sQEjVzzstiaNLyiFJ19EMwwbDSSNDyQZIbPiLonlDCQ=",
"owner": "ezKEa",
"repo": "aagl-gtk-on-nix",
"rev": "0c9d93bdb311f7948f9fb0e98d869316d78eec12",
"type": "github"
},
"original": {
"owner": "ezKEa",
"repo": "aagl-gtk-on-nix",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
2023-11-01 02:14:15 -07:00
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
2023-10-30 14:10:57 -07:00
"owner": "edolstra",
"repo": "flake-compat",
2023-11-01 02:14:15 -07:00
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
2023-10-30 14:10:57 -07:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
2023-11-01 02:14:15 -07:00
"lastModified": 1698053470,
"narHash": "sha256-sP8D/41UiwC2qn0X40oi+DfuVzNHMROqIWdSdCI/AYA=",
"owner": "NixOS",
"repo": "nixos-hardware",
2023-11-01 02:14:15 -07:00
"rev": "80d98a7d55c6e27954a166cb583a41325e9512d7",
"type": "github"
},
"original": {
2023-07-19 00:52:04 -07:00
"id": "nixos-hardware",
"type": "indirect"
}
},
2023-10-01 01:09:58 -07:00
"nixos-hardware_2": {
"locked": {
"lastModified": 1693718952,
"narHash": "sha256-+nGdJlgTk0MPN7NygopipmyylVuAVi7OItIwTlwtGnw=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "793de77d9f83418b428e8ba70d1e42c6507d0d35",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixos-raspberrypi": {
"inputs": {
"nixos-hardware": "nixos-hardware_2",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1694008706,
"narHash": "sha256-meTmBKNRCx1NO2u8wfQKdsiom4uZ6laWs4WuMXqUCEk=",
"owner": "ramblurr",
"repo": "nixos-raspberrypi",
"rev": "fc75d0b1d67afab2a7275bc131c10b5bf1f48bf6",
"type": "github"
},
"original": {
"owner": "ramblurr",
"repo": "nixos-raspberrypi",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2023-10-09 17:54:57 -07:00
"lastModified": 1693663421,
"narHash": "sha256-ImMIlWE/idjcZAfxKK8sQA7A1Gi/O58u5/CJA+mxvl8=",
2023-10-01 01:09:58 -07:00
"owner": "nixos",
"repo": "nixpkgs",
2023-10-09 17:54:57 -07:00
"rev": "e56990880811a451abd32515698c712788be5720",
"type": "github"
},
"original": {
2023-10-01 01:09:58 -07:00
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
2023-07-19 00:52:04 -07:00
}
},
"nixpkgs-unstable": {
"locked": {
2023-11-01 02:14:15 -07:00
"lastModified": 1698611440,
"narHash": "sha256-jPjHjrerhYDy3q9+s5EAsuhyhuknNfowY6yt6pjn9pc=",
2023-07-19 00:52:04 -07:00
"owner": "NixOS",
2023-07-11 00:38:39 -07:00
"repo": "nixpkgs",
2023-11-01 02:14:15 -07:00
"rev": "0cbe9f69c234a7700596e943bfae7ef27a31b735",
2023-07-11 00:38:39 -07:00
"type": "github"
2023-07-19 00:52:04 -07:00
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
}
},
2023-10-01 01:09:58 -07:00
"nixpkgs_2": {
"locked": {
2023-11-01 02:14:15 -07:00
"lastModified": 1698562188,
"narHash": "sha256-9nkxGnA/T+jLhHAMFRW157Qi/zfbf5dF1q7HfKROl3o=",
2023-10-01 01:09:58 -07:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-11-01 02:14:15 -07:00
"rev": "3e10c80821dedb93592682379f476745f370a58e",
2023-10-01 01:09:58 -07:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-23.05",
"type": "indirect"
}
},
"root": {
"inputs": {
2023-10-30 14:10:57 -07:00
"aagl": "aagl",
"nixos-hardware": "nixos-hardware",
2023-10-01 01:09:58 -07:00
"nixos-raspberrypi": "nixos-raspberrypi",
"nixpkgs": "nixpkgs_2",
2023-07-19 00:52:04 -07:00
"nixpkgs-unstable": "nixpkgs-unstable"
}
}
},
"root": "root",
"version": 7
}