diff --git a/bbb b/bbb new file mode 120000 index 00000000..7c4a013e --- /dev/null +++ b/bbb @@ -0,0 +1 @@ +aaa \ No newline at end of file diff --git a/flake.lock b/flake.lock index cb25a94c..16085377 100644 --- a/flake.lock +++ b/flake.lock @@ -588,15 +588,15 @@ }, "impermanence": { "locked": { - "lastModified": 1731242966, - "narHash": "sha256-B3C3JLbGw0FtLSWCjBxU961gLNv+BOOBC6WvstKLYMw=", - "owner": "nix-community", + "lastModified": 1736844146, + "narHash": "sha256-6eS83yDdY/Rwebm0ViqfWXtVgnNW6xk4EbEmf3uCZb8=", + "owner": "CHN-beta", "repo": "impermanence", - "rev": "3ed3f0eaae9fcc0a8331e77e9319c8a4abd8a71a", + "rev": "6436d81394a3b83ff32e57de08d5adab2177ce7f", "type": "github" }, "original": { - "owner": "nix-community", + "owner": "CHN-beta", "repo": "impermanence", "type": "github" } diff --git a/flake.nix b/flake.nix index aa3d2fd7..41d68817 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ url = "github:nix-community/nix-vscode-extensions?rev=7aa26ebccf778efe880fda1290db9c1da56ffa4f"; inputs.nixpkgs.follows = "nixpkgs"; }; - impermanence.url = "github:nix-community/impermanence"; + impermanence.url = "github:CHN-beta/impermanence"; qchem = { url = "github:Nix-QChem/NixOS-QChem/master"; inputs.nixpkgs.follows = "nixpkgs"; }; plasma-manager = {