Revert "flake: switch to nixpkgs unstable by default"

This reverts commit a024dad386.
This commit is contained in:
Leonardo Eugênio 2023-07-05 19:58:50 -03:00
parent e7e9f167d7
commit 42b5fcf970
8 changed files with 61 additions and 32 deletions

View file

@ -25,6 +25,7 @@
"wegank.cachix.org-1:xHignps7GtkPP/gYK5LvA/6UFyz98+sgaxBSy7qK0Vs="
];
};
package = pkgs.unstable.nixFlakes; # or versioned attributes like nixVersions.nix_2_8
extraOptions = ''
experimental-features = nix-command flakes
'';