1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
.dotfiles/nixos/flake.lock

188 lines
4.7 KiB
Text
Raw Normal View History

2024-12-17 20:52:21 +00:00
{
"nodes": {
2024-12-20 02:56:56 +00:00
"fenix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1734590149,
"narHash": "sha256-NcfLaETnNMPHTlu7/oTrihCjTL6G2DIe6lHZ68o2n8w=",
"owner": "nix-community",
"repo": "fenix",
"rev": "81afc33397436c678482a1560bbc810cc3504dbc",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
2024-12-18 05:36:56 +00:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"nur",
"nixpkgs"
]
},
"locked": {
"lastModified": 1733312601,
"narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2024-12-17 20:52:21 +00:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-12-17 22:06:47 +00:00
"lastModified": 1734366194,
"narHash": "sha256-vykpJ1xsdkv0j8WOVXrRFHUAdp9NXHpxdnn1F4pYgSw=",
2024-12-17 20:52:21 +00:00
"owner": "nix-community",
"repo": "home-manager",
2024-12-17 22:06:47 +00:00
"rev": "80b0fdf483c5d1cb75aaad909bd390d48673857f",
2024-12-17 20:52:21 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
2024-12-17 22:06:47 +00:00
"ref": "release-24.11",
2024-12-17 20:52:21 +00:00
"repo": "home-manager",
"type": "github"
}
},
2025-01-18 20:01:56 +00:00
"nix-flatpak": {
"locked": {
"lastModified": 1734128415,
"narHash": "sha256-HLwdVNxpuTsLlM3tCkpbQU6yCehdgf3kOS1G2SDlkzY=",
"owner": "gmodena",
"repo": "nix-flatpak",
"rev": "8bdc2540da516006d07b04019eb57ae0781a04b3",
"type": "github"
},
"original": {
"owner": "gmodena",
"ref": "latest",
"repo": "nix-flatpak",
"type": "github"
}
},
2024-12-17 20:52:21 +00:00
"nixpkgs": {
"locked": {
2024-12-17 22:06:47 +00:00
"lastModified": 1734323986,
"narHash": "sha256-m/lh6hYMIWDYHCAsn81CDAiXoT3gmxXI9J987W5tZrE=",
2024-12-17 20:52:21 +00:00
"owner": "nixos",
"repo": "nixpkgs",
2024-12-17 22:06:47 +00:00
"rev": "394571358ce82dff7411395829aa6a3aad45b907",
2024-12-17 20:52:21 +00:00
"type": "github"
},
"original": {
"owner": "nixos",
2024-12-17 22:06:47 +00:00
"ref": "nixos-24.11",
2024-12-17 20:52:21 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
2025-01-01 20:52:39 +00:00
"nixpkgs-unstable": {
"locked": {
"lastModified": 1735471104,
"narHash": "sha256-0q9NGQySwDQc7RhAV2ukfnu7Gxa5/ybJ2ANT8DQrQrs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "88195a94f390381c6afcdaa933c2f6ff93959cb4",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-12-18 05:36:56 +00:00
"nur": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": [
"nixpkgs"
],
"treefmt-nix": "treefmt-nix"
},
"locked": {
2024-12-18 21:38:29 +00:00
"lastModified": 1734554871,
"narHash": "sha256-adKmMR20KSMrSQLAq3HbI1Y8DpgB2Fs4Nyiq9OpI/E4=",
2024-12-18 05:36:56 +00:00
"owner": "nix-community",
"repo": "NUR",
2024-12-18 21:38:29 +00:00
"rev": "52adbe40112836626fb9ed51e14d217e8b2f81c1",
2024-12-18 05:36:56 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
2024-12-17 20:52:21 +00:00
"root": {
"inputs": {
2024-12-20 02:56:56 +00:00
"fenix": "fenix",
2024-12-17 20:52:21 +00:00
"home-manager": "home-manager",
2025-01-18 20:01:56 +00:00
"nix-flatpak": "nix-flatpak",
2024-12-18 05:36:56 +00:00
"nixpkgs": "nixpkgs",
2025-01-01 20:52:39 +00:00
"nixpkgs-unstable": "nixpkgs-unstable",
2024-12-18 05:36:56 +00:00
"nur": "nur"
}
},
2024-12-20 02:56:56 +00:00
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1734531725,
"narHash": "sha256-IGe/elaXn5XXA62RIL9OuLMq1vgrUCm+bYPqYCZJ7Ug=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "27fac08c82210837a2ac84fa5e39eee6993f1605",
"type": "github"
},
"original": {
"owner": "rust-lang",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
2024-12-18 05:36:56 +00:00
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"nur",
"nixpkgs"
]
},
"locked": {
"lastModified": 1733222881,
"narHash": "sha256-JIPcz1PrpXUCbaccEnrcUS8jjEb/1vJbZz5KkobyFdM=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "49717b5af6f80172275d47a418c9719a31a78b53",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
2024-12-17 20:52:21 +00:00
}
}
},
"root": "root",
"version": 7
}