|
|
@@ -2,23 +2,23 @@
|
|
|
description = "my nix configuration";
|
|
|
|
|
|
inputs = {
|
|
|
- nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
|
|
- nixpkgs-darwin.url = "github:nixos/nixpkgs/nixpkgs-25.05-darwin";
|
|
|
- nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
|
|
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05?shallow=true";
|
|
|
+ nixpkgs-darwin.url = "github:nixos/nixpkgs/nixpkgs-25.05-darwin?shallow=true";
|
|
|
+ nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable?shallow=true";
|
|
|
|
|
|
- darwin.url = "github:lnl7/nix-darwin/nix-darwin-25.05";
|
|
|
+ darwin.url = "github:lnl7/nix-darwin/nix-darwin-25.05?shallow=true";
|
|
|
darwin.inputs.nixpkgs.follows = "nixpkgs-darwin";
|
|
|
|
|
|
- devenv.url = "github:cachix/devenv";
|
|
|
+ devenv.url = "github:cachix/devenv?shallow=true";
|
|
|
devenv.inputs.nixpkgs.follows = "nixpkgs-unstable";
|
|
|
|
|
|
- disko.url = "github:nix-community/disko";
|
|
|
+ disko.url = "github:nix-community/disko?shallow=true";
|
|
|
disko.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
|
- home-manager.url = "github:nix-community/home-manager/master";
|
|
|
+ home-manager.url = "github:nix-community/home-manager/master?shallow=true";
|
|
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
|
- nixvim.url = "github:nix-community/nixvim/nixos-25.05";
|
|
|
+ nixvim.url = "github:nix-community/nixvim/nixos-25.05?shallow=true";
|
|
|
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
};
|
|
|
|