diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-25 08:16:50 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-25 08:20:17 -0800 |
| commit | 205d52dd236b02f7c48a6ba442f9377d9bc6a428 (patch) | |
| tree | 7adb56192f13300489298f8750487db4f7e74368 /flake.nix | |
| parent | rebuild framebox with impermanence (diff) | |
| download | infra-205d52dd236b02f7c48a6ba442f9377d9bc6a428.tar.gz | |
make it easier to maintain sorted
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 66 |
1 files changed, 18 insertions, 48 deletions
@@ -2,57 +2,27 @@ description = "personal NixOS configurations"; inputs = { - nixpkgs.url = "https://channels.nixos.org/nixos-25.11/nixexprs.tar.xz"; - - home-manager = { - url = "github:nix-community/home-manager/release-25.11"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - darwin = { - url = "github:lnl7/nix-darwin/nix-darwin-25.11"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - disko = { - url = "github:nix-community/disko"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - nixos-hardware = { - url = "github:NixOS/nixos-hardware/master"; - }; - - agenix = { - url = "github:ryantm/agenix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - treefmt-nix = { - url = "github:numtide/treefmt-nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - pre-commit-hooks = { - url = "github:cachix/git-hooks.nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - emacs-overlay = { - url = "github:nix-community/emacs-overlay"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - nur = { - url = "github:nix-community/NUR"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - + agenix.inputs.nixpkgs.follows = "nixpkgs"; + agenix.url = "github:ryantm/agenix"; + darwin.inputs.nixpkgs.follows = "nixpkgs"; + darwin.url = "github:lnl7/nix-darwin/nix-darwin-25.11"; + disko.inputs.nixpkgs.follows = "nixpkgs"; + disko.url = "github:nix-community/disko"; + emacs-overlay.inputs.nixpkgs.follows = "nixpkgs"; + emacs-overlay.url = "github:nix-community/emacs-overlay"; + home-manager.inputs.nixpkgs.follows = "nixpkgs"; + home-manager.url = "github:nix-community/home-manager/release-25.11"; impermanence.url = "github:nix-community/impermanence"; - mac-app-util.url = "github:hraban/mac-app-util"; - my-go-tools.url = "git+https://code.fcuny.net/x"; + nixos-hardware.url = "github:NixOS/nixos-hardware/master"; + nixpkgs.url = "https://channels.nixos.org/nixos-25.11/nixexprs.tar.xz"; + nur.inputs.nixpkgs.follows = "nixpkgs"; + nur.url = "github:nix-community/NUR"; + pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs"; + pre-commit-hooks.url = "github:cachix/git-hooks.nix"; + treefmt-nix.inputs.nixpkgs.follows = "nixpkgs"; + treefmt-nix.url = "github:numtide/treefmt-nix"; }; outputs = |
