my nixos configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove import tree

Thunder 852f76b4 901490e6

-17
-16
flake.lock
··· 1020 1020 "type": "github" 1021 1021 } 1022 1022 }, 1023 - "import-tree": { 1024 - "locked": { 1025 - "lastModified": 1752730890, 1026 - "narHash": "sha256-GES8fapSLGz36MMPRVNkSUWXUTtqvGQNXHjRmRLfJUY=", 1027 - "owner": "vic", 1028 - "repo": "import-tree", 1029 - "rev": "6ebb8cb87987b20264c09296166543fd3761d274", 1030 - "type": "github" 1031 - }, 1032 - "original": { 1033 - "owner": "vic", 1034 - "repo": "import-tree", 1035 - "type": "github" 1036 - } 1037 - }, 1038 1023 "jovian": { 1039 1024 "inputs": { 1040 1025 "nix-github-actions": "nix-github-actions", ··· 1655 1640 "hyprland": "hyprland", 1656 1641 "hyprlux": "hyprlux", 1657 1642 "hyprsplit": "hyprsplit", 1658 - "import-tree": "import-tree", 1659 1643 "naersk": "naersk", 1660 1644 "nix-gaming": "nix-gaming", 1661 1645 "nixos-hardware": "nixos-hardware",
-1
flake.nix
··· 30 30 url = "github:hercules-ci/flake-parts"; 31 31 inputs.nixpkgs-lib.follows = "nixpkgs"; 32 32 }; 33 - import-tree.url = "github:vic/import-tree"; 34 33 pkgs-by-name.url = "github:drupol/pkgs-by-name-for-flake-parts"; 35 34 36 35 disko.url = "github:nix-community/disko";