Skip to content

Commit e29e952

Browse files
authored
Merge pull request #9386 from hercules-ci/flake-update
flake.nix: Update nixpkgs: release-23.05 -> nixos-23.05-small
2 parents 065cd5b + fe4f573 commit e29e952

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
description = "The purely functional package manager";
33

4-
# FIXME go back to nixos-23.05-small once
5-
# https://github.com/NixOS/nixpkgs/pull/264875 is included.
6-
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
4+
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05-small";
75
inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
86
inputs.lowdown-src = { url = "github:kristapsdz/lowdown"; flake = false; };
97
inputs.flake-compat = { url = "github:edolstra/flake-compat"; flake = false; };

0 commit comments

Comments
 (0)