treewide: adopt flakes

after using non-flake setup time has arrived to
switch to flakes
eeleco clearly won and flakes are the future
This commit is contained in:
Wroclaw 2025-04-01 01:05:52 +02:00
parent e3264f1451
commit c5246a1b46
9 changed files with 231 additions and 140 deletions

View file

@ -23,6 +23,8 @@
channel.enable = false;
settings.experimental-features = [
"no-url-literals"
"nix-command"
"flakes"
];
nixPath = [
"nixpkgs=${pkgs.selfExpr { useConfig = false; }}"