update flake to nixos 25.05
This commit is contained in:
parent
dcf8d12a8a
commit
f11290ec26
2 changed files with 7 additions and 7 deletions
|
@ -2,11 +2,11 @@
|
|||
description = "Flake for the servicepoint library.";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
};
|
||||
|
||||
outputs =
|
||||
inputs@{
|
||||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
}:
|
||||
|
@ -32,7 +32,7 @@
|
|||
devShells = forAllSystems (
|
||||
{ pkgs, system }:
|
||||
{
|
||||
default = pkgs.mkShell rec {
|
||||
default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
(pkgs.symlinkJoin
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue