add compose2nix to alien

This commit is contained in:
Sean Kovacs 2025-11-24 09:36:32 -05:00
commit 1ff39e94b6
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 96 additions and 2 deletions

84
flake.lock generated
View file

@ -42,6 +42,27 @@
"type": "github"
}
},
"compose2nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"onchg": "onchg"
},
"locked": {
"lastModified": 1762390855,
"narHash": "sha256-IUNXoHzTdpR+hRgcLB7imqmmA6bB7gUwWb5OfVAteJo=",
"owner": "aksiksi",
"repo": "compose2nix",
"rev": "d87652be197855d568b093cbacecdcd26cde0d91",
"type": "github"
},
"original": {
"owner": "aksiksi",
"repo": "compose2nix",
"type": "github"
}
},
"flake-compat": {
"locked": {
"lastModified": 1746162366,
@ -100,6 +121,21 @@
}
},
"flake-utils": {
"locked": {
"lastModified": 1652776076,
"narHash": "sha256-gzTw/v1vj4dOVbpBSJX4J0DwUR6LIyXo7/SuuTJp1kM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "04c1b180862888302ddfb2e3ad9eaa63afc60cf8",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
},
@ -186,6 +222,29 @@
"type": "github"
}
},
"nix-pre-commit": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"compose2nix",
"onchg",
"nixpkgs"
]
},
"locked": {
"lastModified": 1653259102,
"narHash": "sha256-XfCEu4zur/N2Dk4v8wFiQAgJ7bgNqPqwWp1vBXkeczM=",
"owner": "jmgilman",
"repo": "nix-pre-commit",
"rev": "6a99b2711c7eac9960939d8eb91e84322b22d50c",
"type": "github"
},
"original": {
"owner": "jmgilman",
"repo": "nix-pre-commit",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1762977756,
@ -248,7 +307,7 @@
},
"nuschtosSearch": {
"inputs": {
"flake-utils": "flake-utils",
"flake-utils": "flake-utils_2",
"ixx": "ixx",
"nixpkgs": [
"nixvim",
@ -269,6 +328,28 @@
"type": "github"
}
},
"onchg": {
"inputs": {
"nix-pre-commit": "nix-pre-commit",
"nixpkgs": [
"compose2nix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1720368454,
"narHash": "sha256-NUSw3G2gsQX8/G64/pDBb1oitM+x13m7nFRvpiI4a+s=",
"owner": "aksiksi",
"repo": "onchg-rs",
"rev": "c42b693d10920874b3644ef1502e33318409d69c",
"type": "github"
},
"original": {
"owner": "aksiksi",
"repo": "onchg-rs",
"type": "github"
}
},
"plasma-manager": {
"inputs": {
"home-manager": [
@ -296,6 +377,7 @@
"inputs": {
"apple-silicon": "apple-silicon",
"catppuccin": "catppuccin",
"compose2nix": "compose2nix",
"home-manager": "home-manager",
"kwin-effects-forceblur": "kwin-effects-forceblur",
"nixpkgs": "nixpkgs",