flake: unpin hydra nixpkgs

This commit is contained in:
Infinidoge 2025-03-13 13:08:14 -04:00
parent fc0416b49d
commit 2a6467db52
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
2 changed files with 27 additions and 13 deletions

38
flake.lock generated
View file

@ -455,9 +455,7 @@
"hydra": { "hydra": {
"inputs": { "inputs": {
"lix": "lix", "lix": "lix",
"nixpkgs": [ "nixpkgs": "nixpkgs"
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1741782909, "lastModified": 1741782909,
@ -583,11 +581,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739192059, "lastModified": 1741807280,
"narHash": "sha256-r40TUIL6zij0kWBpqKyI7O2brT3Myaa3aAGamkZEvfc=", "narHash": "sha256-pulMy3FT5TR8CS+lVm2yoaGTh1Ed9WwHlfogqaE0bT0=",
"rev": "3bca42eb0049772d9079f29f25186575f8e5a4ae", "rev": "40601ea3abdbf8923a63c69d974dd519fe34c532",
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/3bca42eb0049772d9079f29f25186575f8e5a4ae.tar.gz?rev=3bca42eb0049772d9079f29f25186575f8e5a4ae" "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/40601ea3abdbf8923a63c69d974dd519fe34c532.tar.gz?rev=40601ea3abdbf8923a63c69d974dd519fe34c532"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@ -776,16 +774,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1740367490, "lastModified": 1741600792,
"narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=", "narHash": "sha256-yfDy6chHcM7pXpMF4wycuuV+ILSTG486Z/vLx/Bdi6Y=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0196c0175e9191c474c26ab5548db27ef5d34b05", "rev": "ebe2788eafd539477f83775ef93c3c7e244421d3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-unstable", "ref": "nixos-24.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -822,6 +820,22 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1740367490,
"narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0196c0175e9191c474c26ab5548db27ef5d34b05",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixvim": { "nixvim": {
"inputs": { "inputs": {
"devshell": [ "devshell": [
@ -1007,7 +1021,7 @@
"nix-minecraft": "nix-minecraft", "nix-minecraft": "nix-minecraft",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixos-wsl": "nixos-wsl", "nixos-wsl": "nixos-wsl",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs_2",
"nixvim": "nixvim", "nixvim": "nixvim",
"old-stable": "old-stable", "old-stable": "old-stable",
"private": "private", "private": "private",

View file

@ -109,7 +109,7 @@
#hydra.inputs.lix.follows = "lix"; #hydra.inputs.lix.follows = "lix";
hydra.inputs.nix-eval-jobs.inputs.flake-parts.follows = "flake-parts"; hydra.inputs.nix-eval-jobs.inputs.flake-parts.follows = "flake-parts";
hydra.inputs.nix-eval-jobs.inputs.treefmt-nix.follows = "treefmt-nix"; hydra.inputs.nix-eval-jobs.inputs.treefmt-nix.follows = "treefmt-nix";
hydra.inputs.nixpkgs.follows = "nixpkgs"; #hydra.inputs.nixpkgs.follows = "nixpkgs";
lix-module.inputs.flake-utils.follows = "flake-utils"; lix-module.inputs.flake-utils.follows = "flake-utils";
lix-module.inputs.lix.follows = "lix"; lix-module.inputs.lix.follows = "lix";
lix-module.inputs.nixpkgs.follows = "nixpkgs"; lix-module.inputs.nixpkgs.follows = "nixpkgs";