Update packages
This commit is contained in:
parent
1ade1f3bed
commit
86f3b3eca4
4 changed files with 15 additions and 7 deletions
14
flake.lock
14
flake.lock
|
@ -272,16 +272,18 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1706683685,
|
"lastModified": 1706718339,
|
||||||
"narHash": "sha256-FtPPshEpxH/ewBOsdKBNhlsL2MLEFv1hEnQ19f/bFsQ=",
|
"narHash": "sha256-S+S97c/HzkO2A/YsU7ZmNF9w2s7Xk6P8dzmfDdckzLs=",
|
||||||
"owner": "NixOS",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5ad9903c16126a7d949101687af0aa589b1d7d3d",
|
"rev": "53fbe41cf76b6a685004194e38e889bc8857e8c2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"owner": "nixos",
|
||||||
"type": "indirect"
|
"ref": "nixos-23.11",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
|
|
|
@ -39,6 +39,11 @@
|
||||||
firefox
|
firefox
|
||||||
kate
|
kate
|
||||||
emacs
|
emacs
|
||||||
|
vscode nixd vscode-extensions.bbenoist.nix
|
||||||
|
slack
|
||||||
|
skypeforlinux
|
||||||
|
discord
|
||||||
|
google-chrome
|
||||||
# thunderbird
|
# thunderbird
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
1
result
Symbolic link
1
result
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/nix/store/7z4lfpxxj29z4hxxar74zl5mjx5lysnk-nixos-system-nixos-laptop-perso-23.11.20240131.53fbe41
|
Loading…
Reference in a new issue