direct nixpkgs + update

This commit is contained in:
Ivan Dimitrov 2023-11-03 16:43:48 +02:00
parent 838b914433
commit 73b4acae13
2 changed files with 7 additions and 6 deletions

View File

@ -42,16 +42,17 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1698931758, "lastModified": 1699021566,
"narHash": "sha256-pwl9xS9JFMXXR1lUP/QOqO9hiZKukEcVUU1A0DKQwi4=", "narHash": "sha256-OOGj6R2JjaZFGWRi0kT1BtmuBc48DCwShVc+6VUPdQ8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b644d97bda6dae837d577e28383c10aa51e5e2d2", "rev": "6e10eb51fdaf373110d5bee5b7ef598880e52cf0",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"type": "indirect" "repo": "nixpkgs",
"type": "github"
} }
}, },
"root": { "root": {

View File

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs.url = "nixpkgs"; nixpkgs.url = "github:NixOS/nixpkgs";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";