Updated to 25.05 Nix

This commit is contained in:
Aleksandr Lebedev 2025-05-22 19:35:13 +02:00
parent 0dbcdd413d
commit b31a95ff80
2 changed files with 12 additions and 25 deletions

View file

@ -6,9 +6,10 @@
extra-trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="];
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.05";
emacs-overlay.url = "github:nix-community/emacs-overlay";
emacs-overlay.inputs.nixpkgs.follows = "nixpkgs";
emacs-overlay.inputs.nixpkgs-stable.follows = "nixpkgs";
nix-org-babel.url = "github:emacs-twist/org-babel";
};