Add my `aaru` package to inputs, and update `flake.lock`.

This commit is contained in:
Whovian NTSN 2024-06-29 05:47:29 -04:00
parent 8f7ba01613
commit 972707d14c
2 changed files with 40 additions and 14 deletions

View File

@ -1,5 +1,25 @@
{
"nodes": {
"aaru": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1701585500,
"narHash": "sha256-0yu+4chJOopJckzkyVgXnmGBZIp2nheefDW/YrvXr3o=",
"owner": "Whovian9369",
"repo": "aaru-nix-flake",
"rev": "6c12900eb4ab92c087626f3b7c09d9b925e77a55",
"type": "github"
},
"original": {
"owner": "Whovian9369",
"repo": "aaru-nix-flake",
"type": "github"
}
},
"agenix": {
"inputs": {
"darwin": [],
@ -85,11 +105,11 @@
]
},
"locked": {
"lastModified": 1719180626,
"narHash": "sha256-vZAzm5KQpR6RGple1dzmSJw5kPivES2heCFM+ZWkt0I=",
"lastModified": 1719588253,
"narHash": "sha256-A03i8xiVgP14DCmV5P7VUv37eodCjY4e1iai0b2EuuM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "6b1f90a8ff92e81638ae6eb48cd62349c3e387bb",
"rev": "7e68e55d2e16d3a1e92a679430728c35a30fd24e",
"type": "github"
},
"original": {
@ -101,11 +121,11 @@
"lix": {
"flake": false,
"locked": {
"lastModified": 1719261698,
"narHash": "sha256-0P9zg07Za+7B8bOgCYese2xU6dqutIyq7bT05wPl5HY=",
"lastModified": 1719439912,
"narHash": "sha256-Qn0y/WEYcBL/SKEnpJq1e9tDpVi57YGDiJM2MgavLXM=",
"ref": "refs/heads/main",
"rev": "d5637ee790799ffa00bcaa3067bb6940b6cbad16",
"revCount": 15880,
"rev": "5dc85e8b72d1ba433f69200537146275ff1c4a03",
"revCount": 15900,
"type": "git",
"url": "https://git@git.lix.systems/lix-project/lix"
},
@ -128,11 +148,11 @@
]
},
"locked": {
"lastModified": 1718778751,
"narHash": "sha256-DdcMvX9r29uHMlz7P1Shgs5xZw9WkZ4ObMGYzwROAiw=",
"lastModified": 1719353937,
"narHash": "sha256-86NBqDxAP20ET/UoKX0WvSItblNQ97czXb2q7lkMrwk=",
"ref": "refs/heads/main",
"rev": "909e593ae9f5fe338ab19b4ed9d52bb0ea09bad8",
"revCount": 90,
"rev": "5d9d94089fb1ca96222a34bfe245ef5c5ebefd37",
"revCount": 92,
"type": "git",
"url": "https://git.lix.systems/lix-project/nixos-module"
},
@ -203,11 +223,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1719075281,
"narHash": "sha256-CyyxvOwFf12I91PBWz43iGT1kjsf5oi6ax7CrvaMyAo=",
"lastModified": 1719506693,
"narHash": "sha256-C8e9S7RzshSdHB7L+v9I51af1gDM5unhJ2xO1ywxNH8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a71e967ef3694799d0c418c98332f7ff4cc5f6af",
"rev": "b2852eb9365c6de48ffb0dc2c9562591f652242a",
"type": "github"
},
"original": {
@ -219,6 +239,7 @@
},
"root": {
"inputs": {
"aaru": "aaru",
"agenix": "agenix",
"flake-utils": "flake-utils",
"home-manager": "home-manager",

View File

@ -42,6 +42,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
aaru = {
url = "github:Whovian9369/aaru-nix-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
### Lix! Lix! Lix!
lix = {