mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
add doc option
This commit is contained in:
parent
c8c58562bd
commit
f8d54acaa8
5 changed files with 74 additions and 66 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "jopejoe1 NixOS configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs";
|
||||
kde2nix = {
|
||||
url = "github:nix-community/kde2nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -31,7 +31,6 @@
|
|||
inputs.pre-commit-hooks.follows = "pre-commit-hooks";
|
||||
inputs.flake-compat.follows = "flake-compat";
|
||||
inputs.libnbtplusplus.follows = "libnbtplusplus";
|
||||
inputs.nix-filter.follows = "nix-filter";
|
||||
};
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
nixos-generators = {
|
||||
|
@ -79,7 +78,6 @@
|
|||
inputs.systems.follows = "nix-systems";
|
||||
};
|
||||
nix-systems.url = "github:nix-systems/default";
|
||||
nix-filter.url = "github:numtide/nix-filter";
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, ... }: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue