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";
|
||||
|
||||
outputs =
|
||||
inputs:
|
||||
outputs = inputs:
|
||||
inputs.snowfall-lib.mkFlake {
|
||||
inherit inputs;
|
||||
src = ./.;
|
||||
|
@ -72,7 +71,6 @@
|
|||
marleyvim = {
|
||||
url = "git+https://codewith.babesonthe.net/punkfairie/marleyvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.unstable.follows = "unstable";
|
||||
};
|
||||
|
||||
# Rose pine themes that aren't included in the above flake:
|
||||
|
|
Loading…
Reference in a new issue