Skip to content

Commit

Permalink
Downgrade to home-manager 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 13, 2023
1 parent 4c8c2d0 commit 6caaef0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v24
- name: Build configuration
run: nix run home-manager/master -- build --flake ${{ github.workspace }}
run: nix run home-manager/release-23.11 -- build
- name: Activate the configuration
run: ./result/activate
20 changes: 3 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
description = "Home Manager configuration of Sebastian Estrella";
description = "My home-manager configuration";

inputs = {
devenv.url = "github:cachix/devenv";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager/release-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
vim-plugins.inputs.nixpkgs.follows = "nixpkgs";
vim-plugins.url = "github:sestrella/vim-plugins.nix";
};

Expand Down

0 comments on commit 6caaef0

Please sign in to comment.