mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Add flake for newer clion
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
czkawka-master.url = "path:./common/flakes/czkawka-master";
|
||||
fet.url = "path:./common/flakes/fet";
|
||||
clion-flake.url = "path:./common/flakes/clion-flake";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
@@ -18,7 +19,7 @@
|
||||
home-manager,
|
||||
...
|
||||
} @ inputs: let
|
||||
specialArgs = {inherit (inputs) czkawka-master fet;};
|
||||
specialArgs = {inherit (inputs) czkawka-master fet clion-flake;};
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
epiquev2 = nixpkgs.lib.nixosSystem {
|
||||
|
||||
Reference in New Issue
Block a user