Revert to stable nix

This commit is contained in:
Florian RICHER 2024-02-02 22:23:20 +01:00
parent 24a749ed9d
commit 1ade1f3bed
4 changed files with 12 additions and 9 deletions

View file

@ -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

View file

@ -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": {

View file

@ -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";

View file

@ -38,6 +38,7 @@
packages = with pkgs; [
firefox
kate
emacs
# thunderbird
];
};