summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2026-07-01 00:30:08 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2026-07-01 00:30:08 +0200
commitfb467b6294dddd2f92b105ed16c4cd949e362af6 (patch)
tree1915ac0e430c3f89f938944f1b5f115f7d02b93a /flake.nix
parent84a029ebbeae8be0d659e5c4b89a0a0fa8a8843e (diff)
downloadhermes-fb467b6294dddd2f92b105ed16c4cd949e362af6.tar.gz
hermes-fb467b6294dddd2f92b105ed16c4cd949e362af6.tar.bz2
hermes-fb467b6294dddd2f92b105ed16c4cd949e362af6.tar.xz
nixos 25.11 -> 26.05HEADmaster
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 6e585a0..ca8273c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
inputs.nixpkgs.follows = "/nixpkgs";
};
my-nixpkgs.url = "git+https://git.aristote.fr/nix/my-nixpkgs";
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
};
outputs =
@@ -25,7 +25,9 @@
{ ... }:
{
nixpkgs.overlays = [
- (self: _: { personal = { inherit (personal-webpage.packages."${self.stdenv.hostPlatform.system}") webpage; }; })
+ (self: _: {
+ personal = { inherit (personal-webpage.packages."${self.stdenv.hostPlatform.system}") webpage; };
+ })
# TODO the order shouldn't matter, yet this overlay doesn't work
# if it comes first
my-nixpkgs.overlays.personal