mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Add nixpkgs-stable
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
28eb8fb140
commit
106c224fad
19
flake.lock
19
flake.lock
|
@ -1569,6 +1569,22 @@
|
|||
}
|
||||
},
|
||||
"nixpkgs-stable": {
|
||||
"locked": {
|
||||
"lastModified": 1698434055,
|
||||
"narHash": "sha256-Phxi5mUKSoL7A0IYUiYtkI9e8NcGaaV5PJEaJApU1Ko=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "1a3c95e3b23b3cdb26750621c08cc2f1560cb883",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-23.05",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-stable_2": {
|
||||
"locked": {
|
||||
"lastModified": 1685801374,
|
||||
"narHash": "sha256-otaSUoFEMM+LjBI1XL/xGB5ao6IwnZOXc47qhIgJe8U=",
|
||||
|
@ -2007,7 +2023,7 @@
|
|||
"tuxedo-rs",
|
||||
"nixpkgs"
|
||||
],
|
||||
"nixpkgs-stable": "nixpkgs-stable"
|
||||
"nixpkgs-stable": "nixpkgs-stable_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1695576016,
|
||||
|
@ -2042,6 +2058,7 @@
|
|||
"nixos-anywhere": "nixos-anywhere",
|
||||
"nixpkgs": "nixpkgs_12",
|
||||
"nixpkgs-hashicorp": "nixpkgs-hashicorp",
|
||||
"nixpkgs-stable": "nixpkgs-stable",
|
||||
"notnft": "notnft",
|
||||
"numen-nix": "numen-nix",
|
||||
"secret": "secret",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
|
||||
nixpkgs-stable.url = "github:NixOS/nixpkgs?ref=nixos-23.05";
|
||||
nixpkgs-hashicorp.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
|
||||
nixinate.url = "github:MagicRB/nixinate";
|
||||
home-manager.url = "github:nix-community/home-manager?ref=master";
|
||||
|
|
Loading…
Reference in a new issue