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
|
nixos-rebuild switch --flake flake_path_directory#hostname
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
nix flake update --extra-experimental-features "nix-command flakes"
|
||||||
|
```
|
||||||
|
|
||||||
# Sources
|
# Sources
|
||||||
|
|
||||||
- https://github.com/ryan4yin/nix-config/tree/v0.0.2
|
- https://github.com/ryan4yin/nix-config/tree/v0.0.2
|
||||||
|
|
14
flake.lock
14
flake.lock
|
@ -272,18 +272,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1706732774,
|
"lastModified": 1706683685,
|
||||||
"narHash": "sha256-hqJlyJk4MRpcItGYMF+3uHe8HvxNETWvlGtLuVpqLU0=",
|
"narHash": "sha256-FtPPshEpxH/ewBOsdKBNhlsL2MLEFv1hEnQ19f/bFsQ=",
|
||||||
"owner": "nixos",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b8b232ae7b8b144397fdb12d20f592e5e7c1a64d",
|
"rev": "5ad9903c16126a7d949101687af0aa589b1d7d3d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"id": "nixpkgs",
|
||||||
"ref": "nixos-unstable",
|
"type": "indirect"
|
||||||
"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-unstable";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
kate
|
kate
|
||||||
|
emacs
|
||||||
# thunderbird
|
# thunderbird
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue