flake: pin nixpkgs to last working revision

17f6bd177404d6d43017595c5264756764444ab8 broke egl contexts. pinning
nixpkgs to last known working revision

Changed files
+19 -5
+17 -4
flake.lock
···
"type": "indirect"
}
},
+
"nixpkgs_5": {
+
"locked": {
+
"lastModified": 1753429684,
+
"narHash": "sha256-9h7+4/53cSfQ/uA3pSvCaBepmZaz/dLlLVJnbQ+SJjk=",
+
"owner": "NixOS",
+
"repo": "nixpkgs",
+
"rev": "7fd36ee82c0275fb545775cc5e4d30542899511d",
+
"type": "github"
+
},
+
"original": {
+
"owner": "NixOS",
+
"repo": "nixpkgs",
+
"rev": "7fd36ee82c0275fb545775cc5e4d30542899511d",
+
"type": "github"
+
}
+
},
"pre-commit-hooks-nix": {
"inputs": {
"flake-compat": [
···
"mystia": "mystia",
"nix-index-database": "nix-index-database",
"nixos-hardware": "nixos-hardware",
-
"nixpkgs": [
-
"mystia",
-
"nixpkgs"
-
],
+
"nixpkgs": "nixpkgs_5",
"sops-nix": "sops-nix",
"tangled-core": "tangled-core",
"treefmt-nix": "treefmt-nix_3"
+2 -1
flake.nix
···
inputs = {
mystia.url = "github:soopyc/mystia";
-
nixpkgs.follows = "mystia/nixpkgs";
+
# nixpkgs.follows = "mystia/nixpkgs";
+
nixpkgs.url = "github:NixOS/nixpkgs/7fd36ee82c0275fb545775cc5e4d30542899511d";
nixos-hardware.url = "github:soopyc/nixos-hardware/apple-t2-updates";
catppuccin.url = "github:catppuccin/nix";