diff options
author | Rory&::Emma <root@rory.gay> | 2023-08-06 23:49:43 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2023-08-06 23:49:43 +0000 |
commit | 15cc356317a7771d26755b367dc58b2d2f7829e6 (patch) | |
tree | 2f7aa5ed1247c689a62025be644b455efadbdecc /flake.lock | |
parent | Synapse funkery (diff) | |
download | Rory-Open-Architecture-15cc356317a7771d26755b367dc58b2d2f7829e6.tar.xz |
Update stuff
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..10f6a29 --- /dev/null +++ b/flake.lock @@ -0,0 +1,95 @@ +{ + "nodes": { + "botcore-v4": { + "inputs": { + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1683656302, + "narHash": "sha256-I2eu+9/i0ktqNzQwkc0NuczQ2UThCBf8L9xnZ8v3NSM=", + "owner": "BotCore-Devs", + "repo": "BotCore-v4", + "rev": "0e8738ba7df060782df050dc733b0bfc8c499830", + "type": "gitlab" + }, + "original": { + "owner": "BotCore-Devs", + "ref": "staging", + "repo": "BotCore-v4", + "type": "gitlab" + } + }, + "home-manager": { + "inputs": { + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1690982105, + "narHash": "sha256-32AzoLuwhtxBItcULRiCnxRfJcbVXbPZSH9TDVg21mU=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "b2ac1d2c32ac11b8d231d23622cdc4b2f28d07d2", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "master", + "repo": "home-manager", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1683408522, + "narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1690881714, + "narHash": "sha256-h/nXluEqdiQHs1oSgkOOWF+j8gcJMWhwnZ9PFabN6q0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "9e1960bc196baf6881340d53dccb203a951745a2", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { + "locked": { + "lastModified": 0, + "narHash": "sha256-MwJDlUWc8vybt5IAnCYzB0L/NoZLIWDYQ+9cn+MEECU=", + "path": "/Rory-Open-Architecture/nixpkgs", + "type": "path" + }, + "original": { + "path": "/Rory-Open-Architecture/nixpkgs", + "type": "path" + } + }, + "root": { + "inputs": { + "botcore-v4": "botcore-v4", + "home-manager": "home-manager", + "nixpkgs": "nixpkgs_3" + } + } + }, + "root": "root", + "version": 7 +} |