Skip to content

Commit

Permalink
Merge pull request #311 from nix-community/nixos-facter
Browse files Browse the repository at this point in the history
switch back to nixos-unstable
  • Loading branch information
Mic92 authored Dec 21, 2024
2 parents 87813ad + 65601a5 commit 3df9702
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
7 changes: 3 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
queue_rules:
- name: default
queue_conditions:
- base=main
- label~=merge-queue|dependencies
merge_conditions:
- check-success=buildbot/nix-build
merge_method: rebase

pull_request_rules:
- name: refactored queue action rule
conditions: []
conditions:
- base=main
- label~=merge-queue|dependencies
actions:
queue:
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
description = "NixOS images";

# https://github.com/NixOS/nixpkgs/pull/364924
inputs.nixos-unstable.url = "github:Mic92/nixpkgs/compression";
inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.nixos-stable.url = "github:Mic92/nixpkgs/compression-24.11";

nixConfig.extra-substituters = [ "https://nix-community.cachix.org" ];
Expand Down

0 comments on commit 3df9702

Please sign in to comment.