We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a461db0 + 94632a2 commit 4fef0aaCopy full SHA for 4fef0aa
1 file changed
src/content/docs/getting-started/nixos.mdx
@@ -43,12 +43,6 @@ Add the required inputs to your flake configuration:
43
noctalia = {
44
url = "github:noctalia-dev/noctalia-shell";
45
inputs.nixpkgs.follows = "nixpkgs";
46
- inputs.noctalia-qs.follows = "noctalia-qs";
47
- };
48
-
49
- noctalia-qs = {
50
- url = "github:noctalia-dev/noctalia-qs";
51
- inputs.nixpkgs.follows = "nixpkgs";
52
};
53
54
0 commit comments