mirror of
https://github.com/kmein/niveum
synced 2026-03-22 04:41:07 +01:00
feat(nix): enable flakes
This commit is contained in:
10
configs/nix.nix
Normal file
10
configs/nix.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# enable `nix flake`
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user