add if3 input

This commit is contained in:
Adithya 2023-10-28 03:55:35 +05:30
parent 2a2a48b3d7
commit f1eb6f767d
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 67 additions and 6 deletions

View file

@ -120,11 +120,11 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1694529238,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
"lastModified": 1689068808,
"narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
"rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
"type": "github"
},
"original": {
@ -155,6 +155,24 @@
"inputs": {
"systems": "systems_4"
},
"locked": {
"lastModified": 1694529238,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_5": {
"inputs": {
"systems": "systems_5"
},
"locked": {
"lastModified": 1685518550,
"narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
@ -233,6 +251,27 @@
"type": "github"
}
},
"if3": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1698443888,
"narHash": "sha256-rUW6NfL7pa7EdjAenfdnym7/fAFnMGgocJEDK9wB45o=",
"owner": "adtya",
"repo": "if3-docs",
"rev": "b748f660e892c6eb1352f3b39c7713ff07c2402a",
"type": "github"
},
"original": {
"owner": "adtya",
"repo": "if3-docs",
"type": "github"
}
},
"impermanence": {
"locked": {
"lastModified": 1697303681,
@ -253,7 +292,7 @@
"crane": "crane",
"flake-compat": "flake-compat",
"flake-parts": "flake-parts",
"flake-utils": "flake-utils_2",
"flake-utils": "flake-utils_3",
"nixpkgs": [
"nixpkgs"
],
@ -325,7 +364,7 @@
"nixvim": {
"inputs": {
"beautysh": "beautysh",
"flake-utils": "flake-utils_3",
"flake-utils": "flake-utils_4",
"nixpkgs": [
"nixpkgs"
],
@ -375,7 +414,7 @@
"pre-commit-hooks": {
"inputs": {
"flake-compat": "flake-compat_2",
"flake-utils": "flake-utils_4",
"flake-utils": "flake-utils_5",
"gitignore": "gitignore_2",
"nixpkgs": [
"nixvim",
@ -432,6 +471,7 @@
"inputs": {
"flake-utils": "flake-utils",
"home-manager": "home-manager",
"if3": "if3",
"impermanence": "impermanence",
"lanzaboote": "lanzaboote",
"nixpkgs": "nixpkgs",
@ -523,6 +563,21 @@
"type": "github"
}
},
"systems_5": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"utils": {
"locked": {
"lastModified": 1678901627,

View file

@ -28,6 +28,11 @@
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
if3 = {
url = "github:adtya/if3-docs";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
@ -38,6 +43,7 @@
impermanence,
lanzaboote,
nixvim,
if3,
} @ inputs: let
secrets = import ./secrets.nix;
nixpkgs-config = {