Merge pull request 'fall back to nixos-unstable' (#142) from feature/update-hydra into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 21s
Check Nix flake / Perform Nix flake checks (push) Successful in 5m54s

Reviewed-on: #142
This commit is contained in:
2025-10-20 22:21:12 -04:00
2 changed files with 24 additions and 23 deletions

42
flake.lock generated
View File

@@ -261,11 +261,11 @@
]
},
"locked": {
"lastModified": 1760128703,
"narHash": "sha256-SRJBVZ9GuGjbLGIZ9zUTsRIQVokQk9Aht2yJkmviNQ8=",
"lastModified": 1761009616,
"narHash": "sha256-blolC1JpQXyEC+DAHnCWrWi6WItO3dCm3/6XnZa6Pgs=",
"ref": "add-gitea-pulls",
"rev": "2b739a2fabda14707608e7bd4609962031a27ce4",
"revCount": 4444,
"rev": "9ebc15e7093539939616981962da0c072847d7ce",
"revCount": 4446,
"type": "git",
"url": "https://nayeonie.com/ahuston-0/hydra"
},
@@ -298,16 +298,16 @@
"nix": {
"flake": false,
"locked": {
"lastModified": 1759956402,
"narHash": "sha256-CM27YK+KMi3HLRXqjPaJwkTabmKW+CDXOE3kMMtXH3s=",
"lastModified": 1760573252,
"narHash": "sha256-mcvNeNdJP5R7huOc8Neg0qZESx/0DMg8Fq6lsdx0x8U=",
"owner": "NixOS",
"repo": "nix",
"rev": "3019db2c87006817b6201113ad4ceee0c53c3b62",
"rev": "3c39583e5512729f9c5a44c3b03b6467a2acd963",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "2.31-maintenance",
"ref": "2.32-maintenance",
"repo": "nix",
"type": "github"
}
@@ -315,16 +315,16 @@
"nix-eval-jobs": {
"flake": false,
"locked": {
"lastModified": 1757626891,
"narHash": "sha256-VrHPtHxVIboqgnw+tlCQepgtBOhBvU5hxbMHsPo8LAc=",
"lastModified": 1760478325,
"narHash": "sha256-hA+NOH8KDcsuvH7vJqSwk74PyZP3MtvI/l+CggZcnTc=",
"owner": "nix-community",
"repo": "nix-eval-jobs",
"rev": "c975efc5b2bec0c1ff93c67de4a03306af258ff7",
"rev": "daa42f9e9c84aeff1e325dd50fda321f53dfd02c",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "v2.31.0",
"ref": "v2.32.1",
"repo": "nix-eval-jobs",
"type": "github"
}
@@ -439,31 +439,31 @@
]
},
"locked": {
"lastModified": 1759794687,
"narHash": "sha256-1L0qfyrT1/XQJxyPeiWXVvQ02NTb46Yl/q+OMjEnVZY=",
"owner": "SuperSandro2000",
"lastModified": 1760876488,
"narHash": "sha256-pPLANFUvT7Zr9B0o0A81MZhQleRH88vrpKRNdYDcwPs=",
"owner": "NuschtOS",
"repo": "nixos-modules",
"rev": "5894a97009b8db02a24d9a8a1b08f3b3b1f7028c",
"rev": "ba7c3ebea905f01814d2e27a6fe824e1ee1506ee",
"type": "github"
},
"original": {
"owner": "SuperSandro2000",
"owner": "NuschtOS",
"repo": "nixos-modules",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1760075832,
"narHash": "sha256-yFPaAoVMivTE2cpNkVl6jrkNd+mIq1cae/4D0pN14XQ=",
"lastModified": 1760878510,
"narHash": "sha256-K5Osef2qexezUfs0alLvZ7nQFTGS9DL2oTVsIXsqLgs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "daebeba791763abfe3cce5e0f16376ddf1b724d4",
"rev": "5e2a59a5b1a82f89f2c7e598302a9cacebb72a67",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable-small",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

@@ -31,7 +31,8 @@
flake-parts.url = "github:hercules-ci/flake-parts";
nixos-hardware.url = "github:NixOS/nixos-hardware";
#nixpkgs.url = "github:nuschtos/nuschtpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
#nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
#nixpkgs.url = "github:nixos/nixpkgs/1d2fe0135f360c970aee1d57a53f816f3c9bddae?narHash=sha256-Up7YlXIupmT7fEtC4Oj676M91INg0HAoamiswAsA3rc%3D";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
systems.url = "github:nix-systems/default";
@@ -95,7 +96,7 @@
};
nixos-modules = {
url = "github:SuperSandro2000/nixos-modules";
url = "github:NuschtOS/nixos-modules";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";