Compare commits
No commits in common. "021ff463a8c6c1da8176d66886997dd75a15f845" and "ac44f3610db51f0bdb32dfbf78918521d09b365a" have entirely different histories.
021ff463a8
...
ac44f3610d
3 changed files with 0 additions and 27 deletions
21
flake.lock
21
flake.lock
|
@ -309,26 +309,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"matugen": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1695891200,
|
||||
"narHash": "sha256-E9GbsKXRWRi47oDbO4Yj0Ydkyav923itbT15to+ExkY=",
|
||||
"owner": "InioX",
|
||||
"repo": "Matugen",
|
||||
"rev": "10a8a9069bd2afdb00ba3c6445e01292e25bc890",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "InioX",
|
||||
"repo": "Matugen",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"naersk": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs"
|
||||
|
@ -491,7 +471,6 @@
|
|||
"home-manager": "home-manager",
|
||||
"hyprland": "hyprland",
|
||||
"ironbar": "ironbar",
|
||||
"matugen": "matugen",
|
||||
"nh": "nh",
|
||||
"nix-index-database": "nix-index-database",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
|
|
|
@ -37,10 +37,6 @@
|
|||
url = "github:viperML/nh";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
matugen = {
|
||||
url = "github:/InioX/Matugen";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs = {nixpkgs, ...} @ inputs: let
|
||||
system = "x86_64-linux";
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
@ -96,6 +95,5 @@
|
|||
jdk17
|
||||
attic-client
|
||||
comma
|
||||
inputs.matugen.packages.x86_64-linux.default
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue