Revert to stable nix
This commit is contained in:
parent
24a749ed9d
commit
1ade1f3bed
4 changed files with 12 additions and 9 deletions
|
@ -4,6 +4,10 @@
|
|||
nixos-rebuild switch --flake flake_path_directory#hostname
|
||||
```
|
||||
|
||||
```bash
|
||||
nix flake update --extra-experimental-features "nix-command flakes"
|
||||
```
|
||||
|
||||
# Sources
|
||||
|
||||
- https://github.com/ryan4yin/nix-config/tree/v0.0.2
|
||||
|
|
14
flake.lock
14
flake.lock
|
@ -272,18 +272,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1706732774,
|
||||
"narHash": "sha256-hqJlyJk4MRpcItGYMF+3uHe8HvxNETWvlGtLuVpqLU0=",
|
||||
"owner": "nixos",
|
||||
"lastModified": 1706683685,
|
||||
"narHash": "sha256-FtPPshEpxH/ewBOsdKBNhlsL2MLEFv1hEnQ19f/bFsQ=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b8b232ae7b8b144397fdb12d20f592e5e7c1a64d",
|
||||
"rev": "5ad9903c16126a7d949101687af0aa589b1d7d3d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
"id": "nixpkgs",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
packages = with pkgs; [
|
||||
firefox
|
||||
kate
|
||||
emacs
|
||||
# thunderbird
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue