aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-08-18 11:42:40 +0200
committerAdrian Kummerlaender2021-08-18 11:43:38 +0200
commitc37719764c7899608a36576ae1ba2b3cc3680e94 (patch)
tree4323a37170907eb53da1646cda1a6f451c535547 /flake.lock
parent4cd072bceab3a45d34c0f042eba8b5cb5f2c380f (diff)
downloadnixos_home-c37719764c7899608a36576ae1ba2b3cc3680e94.tar
nixos_home-c37719764c7899608a36576ae1ba2b3cc3680e94.tar.gz
nixos_home-c37719764c7899608a36576ae1ba2b3cc3680e94.tar.bz2
nixos_home-c37719764c7899608a36576ae1ba2b3cc3680e94.tar.lz
nixos_home-c37719764c7899608a36576ae1ba2b3cc3680e94.tar.xz
nixos_home-c37719764c7899608a36576ae1ba2b3cc3680e94.tar.zst
nixos_home-c37719764c7899608a36576ae1ba2b3cc3680e94.zip
Flakeify home config
Use nix flakes instead of niv for pinning dependency channels. First step towards merging my "nixos-system" and "nixos-home" configs into a single trivially reproducible flake setup. Apply home config via: > nix build .#homeManagerConfigurations.common.activationPackage --impure > ./result/activate
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock96
1 files changed, 96 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..bfd9fd9
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,96 @@
+{
+ "nodes": {
+ "emacs": {
+ "locked": {
+ "lastModified": 1629250486,
+ "narHash": "sha256-L9izjLJUC9wzANrWAEYB1srD7Mf10XXtm3nv2XJHTcM=",
+ "owner": "nix-community",
+ "repo": "emacs-overlay",
+ "rev": "203f890b687c2d981200130549bda4df65349789",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "ref": "master",
+ "repo": "emacs-overlay",
+ "type": "github"
+ }
+ },
+ "home-manager": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1627649712,
+ "narHash": "sha256-AJBasvMKpsyJmCLdjroBElCHY5AlalbVy+XY5vjbgXc=",
+ "owner": "nix-community",
+ "repo": "home-manager",
+ "rev": "b39647e52ed3c0b989e9d5c965e598ae4c38d7ef",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "ref": "release-21.05",
+ "repo": "home-manager",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1629139728,
+ "narHash": "sha256-XuddZZNg61qSLsczyYGg/bugA+zR7I394Ev8A8SrdoY=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "94c989365d563238068841763ecc5f7f4b25b22c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-21.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs-unstable": {
+ "locked": {
+ "lastModified": 1629169812,
+ "narHash": "sha256-krVVUNxRjSBJaFWKelNe0MWvxhklXSGKmisoJP4P5/Q=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "70dc433f2eb84cc7ed848a30feaa5aab5890d23c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixpkgs-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "personal": {
+ "flake": false,
+ "locked": {
+ "narHash": "sha256-wQkw+oZMiSvWVVLWJ4AzsQk9uuqYmtWAElxhWGN6tPs=",
+ "type": "tarball",
+ "url": "https://pkgs.kummerlaender.eu/nixexprs.tar.xz"
+ },
+ "original": {
+ "type": "tarball",
+ "url": "https://pkgs.kummerlaender.eu/nixexprs.tar.xz"
+ }
+ },
+ "root": {
+ "inputs": {
+ "emacs": "emacs",
+ "home-manager": "home-manager",
+ "nixpkgs": "nixpkgs",
+ "nixpkgs-unstable": "nixpkgs-unstable",
+ "personal": "personal"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}