update flake

This commit is contained in:
2024-12-07 14:44:05 +01:00
parent 91330d2203
commit 49bc64399e
2 changed files with 37 additions and 9 deletions
Generated
+35 -7
View File
@@ -69,12 +69,8 @@
}, },
"ghostty": { "ghostty": {
"inputs": { "inputs": {
"nixpkgs-stable": [ "nixpkgs-stable": "nixpkgs-stable",
"nixpkgs" "nixpkgs-unstable": "nixpkgs-unstable",
],
"nixpkgs-unstable": [
"nixpkgs"
],
"zig": "zig" "zig": "zig"
}, },
"locked": { "locked": {
@@ -546,6 +542,22 @@
} }
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": {
"lastModified": 1733423277,
"narHash": "sha256-TxabjxEgkNbCGFRHgM/b9yZWlBj60gUOUnRT/wbVQR8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e36963a147267afc055f7cf65225958633e536bf",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-24.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable_2": {
"locked": { "locked": {
"lastModified": 1730741070, "lastModified": 1730741070,
"narHash": "sha256-edm8WG19kWozJ/GqyYx2VjW99EdhjKwbY3ZwdlPAAlo=", "narHash": "sha256-edm8WG19kWozJ/GqyYx2VjW99EdhjKwbY3ZwdlPAAlo=",
@@ -561,6 +573,22 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-unstable": {
"locked": {
"lastModified": 1733229606,
"narHash": "sha256-FLYY5M0rpa5C2QAE3CKLYAM6TwbKicdRK6qNrSHlNrE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "566e53c2ad750c84f6d31f9ccb9d00f823165550",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1733392399, "lastModified": 1733392399,
@@ -585,7 +613,7 @@
"hyprland", "hyprland",
"nixpkgs" "nixpkgs"
], ],
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable_2"
}, },
"locked": { "locked": {
"lastModified": 1733318908, "lastModified": 1733318908,
+2 -2
View File
@@ -23,8 +23,8 @@
}; };
ghostty = { ghostty = {
inputs = { inputs = {
nixpkgs-stable.follows = "nixpkgs"; # nixpkgs-stable.follows = "nixpkgs";
nixpkgs-unstable.follows = "nixpkgs"; # nixpkgs-unstable.follows = "nixpkgs";
}; };
url = "git+ssh://git@github.com/ghostty-org/ghostty"; url = "git+ssh://git@github.com/ghostty-org/ghostty";
}; };