Merge pull request #143 from nix-community/joerg-ci

flake.nix: switch back to nixos-unstable-small upstream
This commit is contained in:
mergify[bot] 2023-11-20 11:40:50 +00:00 committed by GitHub
commit 6531732454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 11 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixos-2305": { "nixos-2305": {
"locked": { "locked": {
"lastModified": 1698911509, "lastModified": 1700478853,
"narHash": "sha256-FFwqTbF+1laraWTL/t7LI+gN+DYfoj+iFYLof5wCea8=", "narHash": "sha256-5uA6jKckTf+DCbVBNKsmT5pUT/7Apt5tNdpcbLnPzFI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ecd985f22e007e6ac3152d68590c06cbbaea8c0e", "rev": "9faf91e6d0b7743d41cce3b63a8e5c733dc696a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -18,16 +18,16 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1698919212, "lastModified": 1700419998,
"narHash": "sha256-Sd1h8Dj687VgSj+h4qP8hDcTAzzxJy/MWm+gulO14jA=", "narHash": "sha256-aXh4adx9x9RlRMSykzR+bY8AOVjcwMEJO1ZeQROwbcE=",
"owner": "Mic92", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c7614b205e20752323019d07c65b87d571486ced", "rev": "12a0ade5e458984675b9789a4b260ebabdd2d1ab",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Mic92", "owner": "NixOS",
"ref": "smaller-installer", "ref": "nixos-unstable-small",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -1,8 +1,7 @@
{ {
description = "NixOS images"; description = "NixOS images";
#inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small"; inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
inputs.nixos-unstable.url = "github:Mic92/nixpkgs/smaller-installer"; # https://github.com/NixOS/nixpkgs/pull/263974
inputs.nixos-2305.url = "github:NixOS/nixpkgs/release-23.05"; inputs.nixos-2305.url = "github:NixOS/nixpkgs/release-23.05";
nixConfig.extra-substituters = [ nixConfig.extra-substituters = [