Add few packages, use overlays, add separate inputs

This commit is contained in:
Lgmrszd 2023-11-24 15:22:22 +03:00
parent 426cbf395d
commit 6d78a9ac8d
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
4 changed files with 81 additions and 20 deletions

34
flake.lock generated
View file

@ -92,6 +92,22 @@
"type": "github"
}
},
"nixpkgs-fresh": {
"locked": {
"lastModified": 1699781429,
"narHash": "sha256-UYefjidASiLORAjIvVsUHG6WBtRhM67kTjEY4XfZOFs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e44462d6021bfe23dfb24b775cc7c390844f773d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-lib": {
"locked": {
"dir": "lib",
@ -110,6 +126,22 @@
"type": "github"
}
},
"nixpkgs-locked": {
"locked": {
"lastModified": 1699781429,
"narHash": "sha256-UYefjidASiLORAjIvVsUHG6WBtRhM67kTjEY4XfZOFs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e44462d6021bfe23dfb24b775cc7c390844f773d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1699596684,
@ -131,6 +163,8 @@
"home-manager": "home-manager",
"nh": "nh",
"nixpkgs": "nixpkgs",
"nixpkgs-fresh": "nixpkgs-fresh",
"nixpkgs-locked": "nixpkgs-locked",
"nixpkgs-stable": "nixpkgs-stable"
}
}