chore: Remove unneeded inputs.unstable
This commit is contained in:
parent
ab6ce5aad5
commit
fe773b64cb
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
description = "marleyOS";
|
description = "marleyOS";
|
||||||
|
|
||||||
outputs =
|
outputs = inputs:
|
||||||
inputs:
|
|
||||||
inputs.snowfall-lib.mkFlake {
|
inputs.snowfall-lib.mkFlake {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
@ -72,7 +71,6 @@
|
||||||
marleyvim = {
|
marleyvim = {
|
||||||
url = "git+https://codewith.babesonthe.net/punkfairie/marleyvim";
|
url = "git+https://codewith.babesonthe.net/punkfairie/marleyvim";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.unstable.follows = "unstable";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Rose pine themes that aren't included in the above flake:
|
# Rose pine themes that aren't included in the above flake:
|
||||||
|
|
Loading…
Reference in a new issue