4 experimental-features = nix-command flakes
6 #nix.registry.self.flake = inputs.self;
7 # Pin the rev to the revision of the public Nixpkgs that the system was built from.
8 # This is the version which will be locked by flakes using flake:nixpkgs
9 nix.registry.nixpkgs = {
10 from = { id = "nixpkgs"; type = "indirect"; };
14 inherit (inputs.nixpkgs) rev;
19 "nixpkgs=${inputs.nixpkgs}"